/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://iverpan.hr/skin/frontend/default/sm-megashop/css/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('https://iverpan.hr/skin/frontend/default/sm-megashop/css/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://iverpan.hr/skin/frontend/default/sm-megashop/css/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://iverpan.hr/skin/frontend/default/sm-megashop/css/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://iverpan.hr/skin/frontend/default/sm-megashop/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#c09853}.text-warning:hover{color:#a47e3c}.text-danger{color:#b94a48}.text-danger:hover{color:#953b39}.text-success{color:#468847}.text-success:hover{color:#356635}.text-info{color:#3a87ad}.text-info:hover{color:#2d6987}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.container{width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.container{width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('https://iverpan.hr/skin/frontend/default/sm-megashop/bootstrap/fonts/glyphicons-halflings-regular.eot');src:url('https://iverpan.hr/skin/frontend/default/sm-megashop/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://iverpan.hr/skin/frontend/default/sm-megashop/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://iverpan.hr/skin/frontend/default/sm-megashop/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://iverpan.hr/skin/frontend/default/sm-megashop/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .open>a .caret,.nav .open>a:hover .caret,.nav .open>a:focus .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-pills>li.active>a .caret,.nav-pills>li.active>a:hover .caret,.nav-pills>li.active>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:auto}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-heading>.dropdown .caret{border-color:#333 transparent}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-heading>.dropdown .caret{border-color:#fff transparent}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading>.dropdown .caret{border-color:#468847 transparent}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading>.dropdown .caret{border-color:#c09853 transparent}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading>.dropdown .caret{border-color:#b94a48 transparent}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading>.dropdown .caret{border-color:#3a87ad transparent}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}
.bundle-checkbox {float:left;}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#2d6ca2));background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-moz-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#419641));background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#eb9316));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a));background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#2aabd2));background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f3f3f3));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#222),to(#282828));background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-moz-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://iverpan.hr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

 .clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

#blurmask {
	display: none;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: visible;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.block-cart {
	font-size: 100%;
}

.block-cart .title-block strong {
	background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/i_block-cart.png") no-repeat 0 center transparent;
	padding-left: 30px;
	height: 20px;
}

.block-cart .title-block strong span {
	vertical-align: middle;
}

.block-cart .summary {
	margin: 0;
	padding: 10px 8px 8px;
}

.block-cart .subtotal {
	background-color: transparent;
	margin-top: 15px;
}

.sm-cartpro .product-details-bottom .price,.block-cart .subtotal .label {
	font-weight: bold;
	vertical-align: middle;
}

.block-cart .actions {
	text-align: center;
	background: #FFF;
	padding: 6px 9px 20px;
}
.block-content h1.title{ 
	font-size: 166.6666%; /*color: #aaa; */
	margin: 0; 
	padding: 8px 22px;
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
	font-weight: 400 !important;
}
.block-content .actions .btn-update {
	margin-right: 0px;
	display: none !important;
	font-weight: normal;
}

.sm-cartpro.block-cart .short-description {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.sm-cartpro input.qty {
	width: 38px !important;
	height: 38px;
	border: 1px solid #e5e5e5;
	text-align: center;
	float: left;
}

.sm-cartpro span.quantity-controls {
	margin-left: 5px;
	display: inline-block;
	width: 17px;
	line-height: 100%;
}
.block-minicartpro{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
.block-minicartpro .product-name{
	font-size: 100%;
}
.block-minicartpro .block{ margin-bottom: 0; }
.mini-cartpro .title-block {
	cursor: pointer;
	color: #fff;
	display: inline-block;
}
.mini-cartpro .title-block .empty{
	width:100%; float:left;
	
}

.mini-cartpro .title-block .empty,
.mini-cartpro .title-block .summary .subtotal,
.mini-cartpro .title-block .summary .amount {
	text-align: center;
}

.mini-cartpro .title-block .summary .subtotal .label {
	font-weight: bold;
}
.mini-cartpro .title-block .summary{	
	text-align: center;
	position: relative;
}

.mini-cartpro .title-block .summary a{
	color: #fff;
}


.minicartpro {
	margin-right: 0px;
}

.mini-cartpro.block {
	border: none;
	float: right;
	position: relative;
}

.mini-cartpro.block.show .summary .amount {
	color: #FFF;
}

.mini-cartpro .block-content {
	position: absolute;
	top: 29px;
	right: 0;
	z-index: 9999;	
	background: #fff;
	width: 320px;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	margin: 0;
	border-top: 3px solid #3ab54a;
}

.mini-cartpro .block-content .actions .more-desc {
	display: inline-block;
	float: left;
	line-height: 38px;
	font-size: 133.3%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
}


.mini-cartpro .block-content .mini-products-list {
	max-height: 340px;
	overflow-y: auto;
}
.wrap-details{
	padding: 0 25px;
}
.s-qty{ 
	float: left;
	line-height: 20px;	
}
.mini-cartpro .s-qty > span{ color: #666; float: left; margin-right: 5px; font-size: 91.6666%; font-weight: 400 !important; }
.mini-cartpro .s-qty strong{ color: #666; font-weight: normal;  font-size: 91.6666%; font-weight: 400 !important;}
.wrap-price-qty {
    padding: 0 7px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.wrap-price-qty .price{
    font-size: 200%;
    float: left;
    line-height: 14px;    
}
.mini-cartpro .block-content .mini-products-list li.item {
	padding: 10px 0;
	background: #f2f2f2;
}
.mini-cartpro .block-content .mini-products-list li.item:first-child{
	padding-top: 20px;
}
.mini-cartpro .block-content .mini-products-list li.item.last{
	padding-bottom: 20px;
}
.mini-cartpro .block-content .mini-products-list .product-details.left{
	width: 45%;
    margin-right: 5%;
    text-align: left;
}
.mini-cartpro .block-content .mini-products-list .product-details {
	position: relative; float: right;
    width: 50%;
    text-align: right;
}
.mini-cartpro .block-content .mini-products-list .product-details .short-description {
	margin-top: 9px;
}

.mini-cartpro .block-content .mini-products-list .product-image {
	float: left; border: 1px solid #ddd; margin-right: 10px; background: #fff;
}
.mini-cartpro .block-content .mini-products-list .product-image:hover{
	border: 1px solid #3ab54a;
}
.mini-cartpro .block-content .mini-products-list .product-details-bottom {
	margin-left: 95px;
	float: left;
	display: none;
}

.mini-cartpro .block-content .bottom-action {
	min-height: 40px;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.mini-cartpro .block-content .bottom-action .summary {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 14px;
}

.mini-cartpro .block-content .bottom-action .subtotal {
	font-size: 150%;
	color: #FFF;
}

.mini-cartpro .block-content .bottom-action .subtotal .price {
	font-weight: bold;
}

.mini-cartpro .block-content .truncated .show .item-options {
	left: 10%;
	top: 0;
}
.mini-cartpro .subtotal .title-sub,.mini-cartpro .subtotal .price{
	font-size: 133.33%;
	text-transform: uppercase;	
}
.mini-cartpro .subtotal{
	padding: 7px 26px !important;
	border-top: 1px solid #ddd;
}
.mini-cartpro .block-content .bottom-action .button {	
	position: relative;
	text-transform: uppercase;			
	font-weight: 400 !important;
	text-align: center;
	padding: 5px 15px;
	font-weight: normal;
	font-size: 116.6666%;
	margin-bottom: 0;
	background: #666;
}
.mini-cartpro .block-content .bottom-action .button:hover{
	background: #3ab54a;
}
.mini-cartpro .block-content .bottom-action{
	padding: 10px;
	border-top: 1px solid #ddd;
    display: inline-table;
    width: 100%;
}
.mini-cartpro .block-content .bottom-action .button{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    display: table-cell;
    width: 47%;
}

.mini-cartpro .block-content .bottom-action .button.btn-gotocart{
	line-height: 24px;
    margin-right: 6%;
}

.mini-cartpro .block-content .bottom-action .button {
	overflow: visible;
}

.mini-cartpro .block-content .mini-products-list li.item a.btn-remove {	
	width: 23px;
	height:23px;
    display: inline-block;
    vertical-align: middle;
}


.mini-cartpro .block-content .mini-products-list li.item a.btn-edit {
	
	width: 15px;
	height: 15px;
	position: absolute;
	top: 6px;
	right: 22px;
}

.mini-cartpro  ~ * {
	clear: both;
}

.body-iteminfo {
	float: left;
	text-align: left;
}

.body-iteminfo .product-image {
	float: left;
	margin-right: 10px;
}

.bottom-iteminfo {
	clear: both;
	padding-top: 10px;
}

.price-container,.rating-container .ratings,
.title-desc  ~ strong,
.bottom-iteminfo .ratings {
	vertical-align: middle;
}

.rating-container {
	white-space: nowrap;
}

.price-container .price-box,
.price-container .price-box p,
.rating-container .ratings {
	display: inline-block;
	position: relative;
	line-height: 25px;
}

.rating-container .ratings .amount {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	line-height: 100%;
}
.rating-container .ratings .amount a{
	color: #666;
}
.price-container .price-label {
	display: none;
}

#confirmbox .head-iteminfo {
	text-align: center;
}

#zoptions .special-price .price-label {
	font-size: 100%;
}
#confirmbox .btn-cart{
	padding: 8px 10px; 
	background: #919191;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
}
#confirmbox .btn-cart:hover{
	background: #3ab54a !important;
}
.mini-cartpro .block-content .bottom-action .subtotal .label,
.mini-cartpro .block-content .actions .more-desc,
#zoptions .old-price .price-label,.mini-cartpro .title-desc,#zoptions .title-desc{
	color: #666;
}

#zoptions .ratings {
	display: inline-block;
}

#zoptions .price-box {
	margin: 0;
	
    font-weight: bold;
}

#zoptions {
/* 	left: -235px; */
	BORDER-BOTTOM: 0px inset;
	POSITION: absolute;
	BORDER-LEFT: 0px inset;
	padding: 0;
	height: 20px;
	min-height: 20px;
	height: auto !important;
	DISPLAY: block;
	VISIBILITY: visible;
	BORDER-TOP: 0px inset;
	TOP: 0px;
	BORDER-RIGHT: 0px inset;
	text-align: left;
}

#zoptions #product-shop {
	text-align: left;
}
#zoptions #product-shop .qty-title{
	float: left;
    margin-top: 13px;
    font-weight: bold;
    margin-right: 3px;
   
}
#zoptions .product-name {
	text-align: left; 
}

#zoptions .product-name>a {
	font-weight: bold;
	margin-left: 5px;
}

#zoptions .product-name h1 {
	font-size: 116.67%;
	font-weight: 400 !important;
	margin-bottom: 10px;
	margin-top: 12px;
}

#zoptions .price-box .minimal-price-link {
	display: inline-block;
}

#zoptions .add-to-cart {
	float: left;
	margin-top: 7px;
}

#options-tab {
	z-index: 999999;
	position: fixed;
	padding: 0px;
	background-color: #2564c0;
	display: block;
	height: 0px;
	visibility: visible;
}

#options {
	display: block;
	margin: 0 auto;
	width: 330px;
}

#iffix {
	position: absolute;
	display: block;
	z-index: -1;
	width: 467px;
	height: 320px;
	top: 0;
	left: 0;
	filter: mask();
	background-color: #FFF;
	border: 0px solid white;
}

#loading-mask .loader {
	position: fixed;
	top: 45%;
	left: 41%;
	width: 120px;
	padding: 15px 60px;
	background: #fff4e9;
	border: 2px solid #f1af73;
	color: #d85909;
	font-weight: bold;
	text-align: center;
	
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE8 */
}

#loadmask {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80 );
	/* IE8 */
}

#loadmask img {
	background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/ajax-loader-tr.gif") repeat scroll 0 0 transparent;
}

.loader {
	background: none repeat scroll 0 0 #FFF4E9;
	border: 2px solid #F1AF73;
	color: #D85909;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	width: 220px;
	margin-left: 50px;
	position: relative;
	z-index: 99999999;
}

#btnavi ul {
	list-style: none outside none;
}

#btnavi ul li {
	display: inline;
}

#btnavi ul li:first-child {
	margin-right: 15px;
}

#btccart {
	text-decoration: none;
	display: inline-block;
}
#confirmbox .button.btn-cart > span,
#btcancel,
#btccart span,
#btcshop span {
	color: #FFFFFF;
	display: inline-block;	
	text-align: center;
	white-space: nowrap;
}

#confirmbox #qty{
	width: 34px;
	height: 32px;
	text-align: center;
	padding: 0 2px;
	line-height: 30px;
}

#confirmbox .quantity-controls{
	width: 30px;
	border: 1px solid #E5E5E5;
	background: #E5E5E5;
	height: 32px;
	color: #666;
}

#confirmbox .quantity-controls:hover{
	border: 1px solid #6597b1;
	color: #fff;
}

.sm-cartpro.mini-cartpro .actions button.button {
	line-height: 24px;
}

#btcclose {
	color: black;
	margin-left: 10px;
	border: 1px solid #3B6E22;
}

#btcshop1,#btccart1 {
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 38px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
}

#btnavi {
	text-align: center;
	margin-top: 15px;
}

#cdown {
	display: inline;
}

#confirmbox {
	background-color: #FFF;
	border: 2px solid #ccc;
	padding: 0px 10px 10px 10px;
	width: 320px;
	min-height: 70px;
	height: auto !important;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#confirmbox #product-shop #super-product-table td{
	line-height: 18px;
}
#confirmbox .head-iteminfo {
	margin-top: 20px;
}

#confirmbox .price-box .old-price .price{	
	display: inline-block;
}

#confirmbox p {
	font-weight: bold;
	margin: 0 0 5px;
}

#confirmbox p.required {
	margin: 0;
	padding: 0px;
	color: #EB340A;
}

#options #confirmbox .iteminfo.sm-cartpro .bottom-iteminfo,
#options #confirmbox .iteminfo.sm-cartpro .body-iteminfo{
	display:none;
}

#options #confirmbox .moretext{
	text-align:center;
}

#options #fancybox-outer {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 0;
}

#fancybox-close {
	cursor: pointer;
	display: none;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	z-index: 1103;
}
#fancybox-close:before{
	content: "\f00d";
	font-size: 13px;
	font-family: "Fontawesome";
	position: absolute;
	top: 0; left: 0;
}
#fancybox-close:hover:before{
	color: #e76453;
}
.fancy-bg {
	border: 0 none;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 20px;
	z-index: 1001;
	display: none;
}

#fancy-bg-n {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox-x.png");
	left: 0;
	top: -20px;
	width: 100%;
}

#fancy-bg-e {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox-y.png");
	background-position: -20px 0;
	height: 100%;
	right: -20px;
	top: 0;
}

#fancy-bg-s {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox-x.png");
	background-position: 0 -20px;
	bottom: -20px;
	left: 0;
	width: 100%;
}

#fancy-bg-w {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox-y.png");
	height: 100%;
	left: -20px;
	top: 0;
}

#fancy-bg-ne {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox.png");
	background-position: -40px -162px;
	right: -20px;
	top: -20px;
}

#fancy-bg-se {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox.png");
	background-position: -40px -182px;
	bottom: -20px;
	right: -20px;
}

#fancy-bg-sw {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox.png");
	background-position: -40px -142px;
	bottom: -20px;
	left: -20px;
}

#fancy-bg-nw {
	background-image: url("https://iverpan.hr/skin/frontend/default/sm-megashop/sm/cartpro/images/fancybox.png");
	background-position: -40px -122px;
	left: -20px;
	top: -20px;
}

#confirmbox #product_addtocart_form {
	max-height: 400px;
	overflow-y: auto;
}
#product-options-wrapper .input-box select{
	height: 30px;
	padding: 5px !important;
	width: 100%;
}
#product-options-wrapper input.input-text{
	padding: 6px 2px;
	width: 34px; text-align: center;
}
#product-options-wrapper dl{ margin-bottom: 0; }
#product-options-wrapper .price-box{
	float: left; width: 100%;
}
.wrap-bottom-info{
	float: left; width: 100%;
}
.wrap-bottom-info .wrap-qty .quantity-controls{
	display: none;
}
.wrap-bottom-info .wrap-qty .qty-set{ padding: 5px 0;}
.wrap-bottom-info #btcancel{ margin-left: 5px; }



.sm-deal-wrap{
	padding: 0;
	margin: 0;	
	float:left;
	width: 100%;
}
.sm-deal-wrap  .sm-deal-inner{

}
.sm-deal-wrap .deal-list-item{
	float: left;
	width: 100%;
}
.sm-deal-wrap .item-deal{
	
}


/*sm image slider*/
.sm_imageslider_wrap .pre-text,
.sm_imageslider_wrap .post-text{
	margin: 10px 0;
}
.sm_imageslider_wrap .title-imageslider{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.sm_imageslider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm_imageslider .owl-animated-in {
  z-index: 0;
}
.sm_imageslider .owl-animated-out {
  z-index: 1;
}
.sm_imageslider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.sm_imageslider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.sm_imageslider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.sm_imageslider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sm_imageslider .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.sm_imageslider .owl-controls .owl-nav .owl-prev,
.sm_imageslider .owl-controls .owl-nav .owl-next,
.sm_imageslider .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sm_imageslider .owl-dots .owl-dot {
    display: inline-block;
}

.sm_imageslider.owl-loaded {
  display: block;
}
.sm_imageslider.owl-loading {
  opacity: 0;
  display: block;
}
.sm_imageslider.owl-hidden {
  opacity: 0;
}
.sm_imageslider .owl-refresh .owl-item {
  display: none;
}
.sm_imageslider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm_imageslider .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.sm_imageslider.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.sm_imageslider .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.sm_imageslider.owl-rtl {
  direction: rtl;
}
.sm_imageslider.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .sm_imageslider {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.sm_imageslider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sm_imageslider .owl-item img {
  transform-style: preserve-3d;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {        
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.sm_imageslider .owl-controls .owl-dot, 
.sm_imageslider .owl-controls .owl-nav .owl-next, 
.sm_imageslider .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #869791;
}
.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.sm_quickview_handler {
}

.sm_quickview_handler:hover,
.sm_quickview_handler:focus
{
	text-decoration:none;	
	cursor:pointer;
}

.sm_quickview_handler:focus{
	outline:none outline;
}

.fancybox-lock .zoomContainer{
	-webkit-transform:none!important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
	z-index:8021!important;
}

.quickview-main .product-image-thumbs li:first-child{
	margin-left:0;
}


.quickview-main .product-collateral{
	display:none;
}

.products-list li.item .f-fix .sm_quickview_handler{
	float:left;
}
.quickview-main .product-view .product-shop #product-options-wrapper .input-box select{
	position: static;
	padding: 5px !important;
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto;
}
/*.quickview-main .product-view .product-img-box .more-views .prev{ left: 34px; right: auto; }
.quickview-main .product-view .product-img-box .more-views .next{ left: 0; }
.quickview-main .product-view .product-img-box .more-views .next, 
.quickview-main .product-view .product-img-box .more-views .prev{
	top: 127%;
}*/
.quickview-main .product-view .product-shop #product-options-wrapper .group-item{
	margin: 0 28px 0 0;
}

/*.quickview-main .product-view{ padding-left: 20px; }*/
.quickview-main .product-view .product-img-box{
	margin-top: 5px;
}
.quickview-main .product-view .product-img-box .yt-detail-image a img{
	width: 100%;
}
.quickview-main .product-view{ padding: 10px 0 3px 0; }
.quickview-main .product-essential.m-lr{ margin: 0 !important; }
.quickview-main  .fancybox-opened .fancybox-title{ display: none; }
@media (min-width: 1025px) {	
	.quickview-main .product-view .more-views{
		padding: 0 21px;
	}
	.quickview-main  .product-view .product-img-box .more-views .prev{
		right: 1px;
	}
	.quickview-main .product-view .product-img-box .more-views .next{
		left: -4px; 
	}
}
@media (min-width: 1366px) {
	
	.quickview-main .product-view .more-views{
		padding: 0 23px;
	}
}
@media (min-width: 1367px) {
	
	.quickview-main .product-view .more-views{
		padding: 0 21px;
	}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 99999;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	/*padding: 30px 20px 20px 0 !important;    */    
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://iverpan.hr/skin/frontend/default/sm-megashop/sm/quickview/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://iverpan.hr/skin/frontend/default/sm-megashop/sm/quickview/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 2px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: none;
}
.fancybox-close:before{
	content: "\f00d";
	font-family: "Fontawesome";
	position: absolute;
	top: 0; left: 0;
	font-size: 14px;

}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://iverpan.hr/skin/frontend/default/sm-megashop/sm/quickview/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://iverpan.hr/skin/frontend/default/sm-megashop/sm/quickview/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
	
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	
	z-index: 8050;
	text-align: center;
}



.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://iverpan.hr/skin/frontend/default/sm-megashop/sm/quickview/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://iverpan.hr/skin/frontend/default/sm-megashop/sm/quickview/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.post-text, .pre-text{
    margin: 10px 20px 10px 20px;
}

/*############################################## Css Device ##################################*/


	.container-slider .preset02-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset02-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset02-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	/*.container-slider .preset02-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset02-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset02-2 .vpo-wrap .vp .item{margin: 0 1%;width: 48%;}*/

	.container-slider .preset02-2 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset02-2 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset02-2 .vpo-wrap .vp .item{ margin: 0; width: 33.3333%;}

	.container-slider .preset02-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset02-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset02-3 .vpo-wrap .vp .item{margin: 0 1%;width: 31.3333%;}

	.container-slider .preset02-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset02-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset02-4 .vpo-wrap .vp .item{margin: 0;width: 25%;}

	/*.container-slider .preset02-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset02-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset02-5 .vpo-wrap .vp .item{margin: 0 1%;width: 18%;}*/
	.container-slider .preset02-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset02-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset02-5 .vpo-wrap .vp .item{ margin: 0 0 0 8.547%; width: 9.829%;}		

	.container-slider .preset02-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset02-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset02-6 .vpo-wrap .vp .item{margin: 0 1%;width: 14.6666%;}

@media all and (max-width: 320px){
	.container-slider .preset05-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset05-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset05-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset05-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset05-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset05-2 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 48%;}

	.container-slider .preset05-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset05-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset05-3 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 31.3333%;}

	.container-slider .preset05-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset05-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset05-4 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 23%;}

	.container-slider .preset05-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset05-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset05-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}

	.container-slider .preset05-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset05-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset05-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}	
}
@media all and (min-width: 321px) and (max-width: 480px){
	.container-slider .preset04-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset04-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset04-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset04-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset04-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset04-2 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 48%;}

	.container-slider .preset04-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset04-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset04-3 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 31.3333%;}

	.container-slider .preset04-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset04-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset04-4 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 23%;}

	.container-slider .preset04-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset04-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset04-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}

	.container-slider .preset04-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset04-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset04-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}	
}

@media all and (min-width: 481px) and (max-width: 767px){
	.container-slider .preset03-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset03-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset03-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset03-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset03-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset03-2 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 48%;}

	.container-slider .preset03-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset03-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset03-3 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 31.3333%;}

	.container-slider .preset03-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset03-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset03-4 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 23%;}

	.container-slider .preset03-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset03-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset03-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}

	.container-slider .preset03-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset03-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset03-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}		
}
@media all and (min-width: 768px) and (max-width: 991px){
	.container-slider .preset02-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset02-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset02-2 .vpo-wrap .vp .item{float: left;margin: 0;width: 50%;}

	.container-slider .preset02-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 -15px; }
	.container-slider .preset02-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset02-5 .vpo-wrap .vp .item{float: left;margin: 0 0 0 13.8888%; width: 15.9722222%;}

	.container-slider .preset02-4 .vpo-wrap {  width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset02-4 .vpo-wrap .vp { margin-right: -200%; }
	.container-slider .preset02-4 .vpo-wrap .vp .item{float: left; margin: 0; width: 33.3333%;}
}
@media all and (min-width: 992px) and (max-width: 1200px){
	.container-slider .preset02-2 .vpo-wrap{ width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset02-2 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset02-2 .vpo-wrap .vp .item{float: left;margin: 0;width: 33.3333%;}

	.container-slider .preset02-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset02-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset02-4 .vpo-wrap .vp .item{float: left;margin: 0;width: 25%;}

}
@media all and (min-width: 768px) and (max-width: 1200px){
	.container-slider .preset02-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset02-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset02-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}	

	.container-slider .preset02-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset02-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset02-3 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 31.3333%;}

	.container-slider .preset02-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset02-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset02-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}		
}

@media all and (min-width: 1201px){
	.container-slider .preset01-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset01-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset01-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset01-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset01-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset01-2 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 48%;}

	.container-slider .preset01-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset01-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset01-3 .vpo-wrap .vp .item{float: left;margin: 0; width: 33.3333%;}

	.container-slider .preset01-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset01-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset01-4 .vpo-wrap .vp .item{float: left;margin: 0; width: 25%;}

	/*.container-slider .preset01-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset01-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset01-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}*/
	.container-slider .preset01-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset01-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset01-5 .vpo-wrap .vp .item{float: left;margin: 0 0 0 8.547%; width: 9.829%;}

	.container-slider .preset01-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset01-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset01-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}	
}
/*################################# End css Device #############################################*/

.container-slider{
	margin:20px;
	position: relative;
}

.container-slider .slider {
	overflow: hidden;
	position: relative;
	z-index: 999;
}
.container-slider .slider .item{
	background-size: 100% 100%;
}

.container-slider .slider .product-name {
    text-align: center;
}

.container-slider .slider .price-box {
    text-align: center;
}

.container-slider .no-rgba .slider .item{
	background: url('https://iverpan.hr/skin/frontend/default/sm-megashop/sm/slider/css/rgba.php/rgba(255')0, 0, .5)');
}
.container-slider .slider .item img{
	width: 100%;
    vertical-align: middle;
}

.container-slider .slider .item img:hover{
	cursor: pointer;	
/* 	opacity:0.7; */
/*     filter: alpha(opacity=70); 	 */
}

.container-slider .slider .vpo-wrap .vp{
	position: relative;
	overflow: hidden;
	height: auto;
}

.container-slider .slider .vpo-wrap .vp .vpi-wrap{
	white-space: nowrap;
	font-size: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-slider .slider .vpo-wrap .vp .item{
	margin-bottom: 2%;
	display: inline-block;
	font-size: medium;
	white-space: normal;
	vertical-align: top;
	float: none;
}

.container-slider .slider .vpo-wrap .vpi-wrap:after{
	display: block;
	height: 0;
	line-height: 0;
	content: '';
	clear: both;
}

.container-slider .not-js .vpo-wrap,
.container-slider .not-js .vpo-wrap .vp,
.container-slider .not-js .vpo-wrap .vp .vpi-wrap,
.container-slider .not-js .vpo-wrap .vp .item{
	position: static;
}
/*.container-slider .not-js .vpo-wrap .vp .item{
	float: left;
}*/


.container-slider #to li a{
	outline: none;
}


/*#################################################### css for hearder #############################################*/
/* .container-slider .page-header-module{ */
/* 	margin:10px 10px 0 10px; */
/* 	height: 38px; */
/* 	white-space: nowrap; */
/* } */
.container-slider .page-title-slider{
	color: #2E2C2D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
/* 	float: left; */
	overflow: hidden;
	width: 75%;
	margin:10px 0 8px 6px;
}

/*############################################### css for botton #################################################*/
.container-slider .control-button {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
}
.container-slider .page-button .control-button{
	/*text-indent: -999999px;*/
	margin-bottom:0px;
	position: relative;
	height:100%;
}
.container-slider .page-button.top,
.container-slider .page-button.bottom{
	 margin-right: 10px;
}
.container-slider .page-button .control-button .preview{
	background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/sm/slider/images/button-image.png) no-repeat;
    width:24px;
    height:15px;        
    opacity:0.5;
    filter: alpha(opacity=50);
    position:absolute;
    right:30px;	
    padding:0px;
    margin:0px;
    z-index: 999;
}
.container-slider .page-button .control-button .next{
    background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/sm/slider/images/button-image.png) no-repeat -30px 0;
    width:26px;
    height:15px;    
    opacity:0.5;
    filter: alpha(opacity=50);
    position:absolute;
    right:0;
    padding:0px;
    margin:0px;
    z-index: 999;
}
.container-slider .page-button.top .control-button .preview,
.container-slider .page-button.top .control-button .next{
	bottom:10px;
}
.container-slider .page-button.middle{
    right: 30px;
    left: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.container-slider .page-button .control-button{
}
.container-slider .page-button.bottom .control-button .preview, 
.container-slider .page-button.bottom .control-button .next{
	top:10px;
}
.container-slider .page-button.middle .control-button .preview{
 	top: 52%;
    z-index: 9999;
    left:0;	 
}
.container-slider .page-button.middle .control-button .next{
 	top: 52%;
    z-index: 9999;
    right:0;	
}

.container-slider .page-button.style2 .control-button .preview{
	background-position:-180px 0;
    width:22px;
    height:20px;        
    right:21px;	
    z-index: 9999;
}
.container-slider .page-button.style2 .control-button .next{
    background-position:-210px 0;
    width:22px;
    height:20px; 
    z-index: 9999;   
}
.container-slider .page-button.style3 .control-button .preview{
	background-position:-60px 0;
    width:14px;
    height:21px;        
    right:15px;	
    z-index: 9999;
}
.container-slider .page-button.style3 .control-button .next{
    background-position:-90px 0;
    width:12px;
    height:21px;  
    z-index: 9999;  
}

.container-slider .page-button .control-button .preview:hover, 
.container-slider .page-button .control-button .next:hover, 
.container-slider .page-button.style2 .control-button .preview:hover,
.container-slider .page-button.style2 .control-button .next:hover{
	cursor: pointer;
    opacity:1;
    filter: alpha(opacity=100);	
}


/*########################################## css for info item ############################################*/
.container-slider .slider .vpo-wrap .vp .item .item-wrap{
	width: 100%;
	position: relative;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img{
	border: 1px solid #DDDDDD;
    padding: 9px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover{
    opacity:0.7; 
    filter: alpha(opacity=70); 
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info{
	margin-top:10px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title{
	font-size:15px;
	margin-bottom:7px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content{
	margin:0px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des{
	font-size: 11px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-read{
	text-align: right;
	font-size:12px;
/* 	margin-top:5px; */
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

/*css spotlight*/
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight{
	position: absolute;
	left: 0;
	bottom:0;
	padding:10px 0 10px 0;
	width:100%;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner{
	position: relative;
	padding:8px 10px 0px 10px;
	overflow: hidden;
	margin-right:10px;
	margin-left:10px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content a,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title a,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title{
	position: relative;
	color:white;
	z-index: 2;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content{
	padding-bottom:2px;
	height:0px;
	-webkit-transition: all 3s ;
	-moz-transition: all 3s ;
	-ms-transition: all 3s ;
	-o-transition: all 3s ;
	transition: all 3s ;  
    
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight:hover .item-content{
	height:auto;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-bg{
	position: absolute;
	bottom: 0px;
	left: 0px;
    background:#000;	
    opacity:0.7;
    filter: alpha(opacity=70);
    height:100%;  
    width: 100%;
    z-index: 1;
}

/*#################################################################*/
.container-slider .control-button:after{
    clear: both;
}
.container-slider .control-button:before, .container-slider .control-button:after {
    content: "";
    display: table;
}




.sm-twitter-slider {
	margin:0;
	padding:0;
}

.sm-twitter-slider  .ts-wrap{
	margin:56px 0 0 0;
	padding:0; text-align: center;
}

.sm-twitter-slider  .ts-wrap .ts-header{
	text-align:center; display: inline-block;
	margin:0;
	padding:0
}

.sm-twitter-slider  .ts-wrap .ts-header h2{
	margin:2px 0 3px 0;
	padding:0;
}

.sm-twitter-slider  .ts-header .ts-avatar{
    display: block;
   	float: left;
    overflow: hidden;
    position: relative;
}
.sm-twitter-slider  .ts-header .ts-userinfo{ float: left; }
.sm-twitter-slider  .ts-avatar img{
	width:100%;
	max-width:100%;
}

.sm-twitter-slider   .ts-avatar  .ts-mask {
    left: 0;
    position: absolute;
    top: 0;
}


	


.sm-twitter-slider   .ts-avatar  .ts-mask .ts-mask-logo {  
    margin: 0 auto;
    text-indent: -9999px; display: block;
}

.sm-twitter-slider   .ts-avatar:hover .ts-mask  .ts-mask-logo{
    background-size: 80% auto;
}

.sm-twitter-slider  .ts-slider-wrap {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
	padding: 0 40px;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	 -moz-transition: 0.6s ease-in-out left;
	   -o-transition: 0.6s ease-in-out left;
		  transition: 0.6s ease-in-out left;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .item > img,
.sm-twitter-slider  .ts-slider-wrap .ts-items > .item > a > img {
	display: block;
	line-height: 1;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .active,
.sm-twitter-slider  .ts-slider-wrap .ts-items > .next,
.sm-twitter-slider  .ts-slider-wrap .ts-items > .prev {
	display: block;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .active {
	left: 0;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .next,
.sm-twitter-slider  .ts-slider-wrap .ts-items > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .next {
  left: 100%;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .prev {
  left: -100%;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .next.left,
.sm-twitter-slider  .ts-slider-wrap .ts-items > .prev.right {
  left: 0;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .active.left {
  left: -100%;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items > .active.right {
  left: 100%;
}

.sm-twitter-slider  .ts-slider-wrap  .ts-control  .ts-ctr {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -38px;
	font-size: 30px;
	font-weight: 100;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	text-indent: -9999em;	
	border: 0;	
	display:inline-block;
	vertical-align:middle;
	font-family:Arial;
	text-decoration:none;
}

.sm-twitter-slider  .ts-slider-wrap  .ts-control  .ts-ctr-next {
	right: 0;
	left: auto;
}

.sm-twitter-slider  .ts-slider-wrap  .ts-control .ts-ctr:hover
 {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
}
.sm-twitter-slider  .ts-slider-wrap  .ts-control .ts-ctr:focus{
	outline:none;
}

.sm-twitter-slider  .ts-slider-wrap  .ts-control .ts-ctr-pages{
	display:none;
	margin:10px auto;
	text-align:center;
}

.sm-twitter-slider  .ts-slider-wrap  .ts-control .ts-ctr-pages li {
	display: inline-block;
	background: none repeat scroll 0 0 #999;
	border-radius: 20px;
	cursor: pointer;
	height: 12px;
	position: relative;
	text-indent: -9999px;
	width: 12px;
	z-index: 999;
	vertical-align:middle;
	margin:0 1px;
	text-decoration:none;
  
}


.sm-twitter-slider  .ts-slider-wrap  .ts-control .ts-ctr-pages li.sel {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #999;
    cursor: default;
	text-decoration:none;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items  .item {
	text-align:center;
	margin: 5px 0 0 0;  

	line-height:20px;
	overflow:hidden;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items   .item  .ts-text,
.sm-twitter-slider  .ts-slider-wrap .ts-items   .item  .ts-btn {
	margin:0 0 5px 0;
}

.sm-twitter-slider  .ts-slider-wrap .ts-items  > .item .ts-btn a{
	font-size:12px;
	padding:0 2px;
}

.sm-twitter-slider  .ts-btn-follow{
	text-align:center;
}

@media all and (max-width: 479px) {
	.sm-twitter-slider  .ts-slider-wrap  .ts-control  .ts-ctr{
		display:none;
	}
}
@charset "UTF-8";
/* Mixins style */
/* General style */
/* Main style */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-family: Ubuntu, serif !important;
}

img {
  border: 0;
  vertical-align: top;
}

a:hover {
  text-decoration: none;
  color: #3ab54a;
}

a:focus {
  outline: 0;
  text-decoration: none;
  color: #3ab54a;
}

/* Headings */
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5,
h6 {
  font-size: 110%;
}

/* Forms */
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.35;
}

cite {
  font-style: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

small,
big {
  font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul,
ol {
  list-style: none;
  margin: 0;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

body.page-popup {
  font-size: 12px;
  padding: 20px 30px 30px;
}

body.page-popup .page-title.category-title {
  margin-top: 0;
}

body.page-popup .page-title.category-title > * {
  font-size: 133.33%;
  text-transform: uppercase;
  color: #333;
  display: none;
}

body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  text-transform: none;
  color: #909090;
}

body.page-popup .page-title .link-print {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/i_print.gif") 0 2px no-repeat;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
  float: right;
}

body.page-popup .data-table thead th,
body.page-popup .data-table tbody th {
  background: #CCC;
  padding-left: 10px;
  padding-right: 10px;
}

body.page-popup .compare-table td {
  vertical-align: top;
}

body.page-popup .compare-table td button {
  margin: 0 0;
}

body.page-popup .compare-table thead th,
body.page-popup .compare-table thead td {
  padding-top: 5px;
  padding-bottom: 0;
  text-align: center;
}

body.page-popup .product-name {
  line-height: normal;
  margin-bottom: 10px;
}

body.page-popup .ratings {
  display: inline-block;
}

body.page-popup .ratings,
body.page-popup .price-box {
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  float: none;
}

body.page-popup .ratings .old-price,
body.page-popup .price-box .old-price,
body.page-popup .ratings .special-price,
body.page-popup .price-box .special-price,
body.page-popup .ratings .regular-price,
body.page-popup .price-box .regular-price {
  float: none;
  display: inline-block;
}

body.page-popup .ratings .price,
body.page-popup .price-box .price {
  font-size: 116.66%;
}

body.page-popup .ratings .amount {
  margin: -2px 0 0 20px;
  float: left;
}

body.page-popup .add-to-links {
  list-style: none;
  margin: 0 0;
  text-align: center;
}

body.page-popup .product-shop-row td,
body.page-popup .add-to-row td {
  text-align: center;
}

/* Global Styles ========================================================================= */
/* Form Elements */
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 100%;
  color: #444444;
  border: 1px solid #ccc;
  margin-bottom: 9px;
  /*-webkit-appearance: none;*/
  outline: 0;
}

input[type="text"],
textarea,
input[type="password"] {
  -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}

label {
  font-size: 100%;
  color: #444444;
  margin-bottom: 9px;
}

select {
  border: 1px solid #ccc;
  margin: 0;
  padding: 2px !important;
  border-radius: 0;
}

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

input.input-text {
  height: 32px;
  color: #909090;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 0;
}

input.input-text:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}

input.input-text.validation-failed {
  border-color: #b94a48 !important;
}

textarea {
  width: 100%;
  min-height: 150px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0;
  color: #909090;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.validation-failed {
  border-color: #b94a48 !important;
}

.clr {
  clear: both;
}

.price-box {
  float: left;
  width: 100%;
}

.price-box .label {
  display: inline-block;
  color: #686868;
  font-size: 100%;
  font-weight: 400;
  padding: 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-box .price {
  font-size: 116.66%;
  color: #ff0000;
}

.price-box .old-price {
  color: #909090;
  position: relative;
}

.price-box .old-price .price {
  font-weight: 400 !important;
}

.price-box .old-price .price {
  font-size: 100%;
  color: #909090;
  text-decoration: line-through;
}

.price-box .price-from .price-label,
.price-box .price-to .price-label {
  font-weight: normal;
}

.price-box .price-to {
  margin-left: 10px !important;
}

input[type="button"],
.button,
button {
  font-size: 100%;
  font-weight: normal;
  padding: 7px 10px;
  color: #fff;
  border: none;
  background: #919191;
  border-radius: 3px;
}

input[type="button"]:hover,
.button:hover,
button:hover {
  background: #3ab54a;
}

.buttons-set .back-link {
  float: left;
}

.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}

#yt-responsivemenu {
  display: none;
}

.m-lr {
  margin: 0 -15px !important;
}

.m-lr-30 {
  margin: 0 -30px;
}

.p-left {
  padding-left: 0;
}

.p-right {
  padding-right: 0;
}

.new-item{
	position: absolute;
	top: 10px;
	right: 25px;
	float: left;
	z-index: 10000;
	font-size: 16px;
	background: #3ab54a;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
}
.sale-item {
  position: absolute;
  top: -1px;
  right: 14px;
  float: left;
  width: 60px;
  height: 62px;
  z-index: 9;
}

.sale-item {
  right: auto;
  left: 15px;
}

.page-title {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 36px;
  font-weight: normal;
  text-transform: uppercase;
}

.page-title h1,
.page-title h2 {
  font-size: 133.33%;
  font-weight: normal;
  margin: 0;
}

.page-title .separator {
  margin: 0 3px;
}

.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

#yt_main .category-title {
  margin: 9px 0 30px;
}

.sub-title {
  font-size: 110%;
  clear: both;
  padding: 15px 0 0;
  font-weight: bold;
  margin: 0 0 6px;
  color: #909090;
}

.product-name {
  font-size: 116.66667%;
  text-transform: none;
  margin: 0;
}

#catalog-listing .products-grid {
  clear: both;
  float: none;
}

#catalog-listing .products-grid .product-name {
  text-align: center;
  height: 40px;
  overflow: hidden;
}

#catalog-listing .products-grid .price-box {
  text-align: center;
}

#catalog-listing .products-list .special-price .price {
  font-size: 150%;
}

#catalog-listing .price-box > p {
  display: inline-block;
  vertical-align: bottom;
}

#catalog-listing .price-box .price-label {
  display: none;
}

#catalog-listing .price-box .price {
  display: inline-block;
}

#catalog-listing .price-box .special-price {
  margin-left: 4px;
}

#catalog-listing .price-box .price-from .price-label,
#catalog-listing .price-box .price-to .price-label,
#catalog-listing .price-box .minimal-price .price-label {
  display: inline-block;
}

.triangle-discount {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.triangle-discount:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #3ab54a transparent transparent transparent;
}

.triangle-discount:after {
  content: "%";
  display: block;
  text-align: center;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  font-size: 24px;
  font-family: Arial;
  color: white;
}

.title-buttons {
  text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

.fieldset {
  border: 1px solid #bbafa0;
  margin: 30px 0 15px;
  padding: 15px;
}

.fieldset .legend {
  background: #919191;
  color: #fff;
  float: left;
  font-size: 125%;
  font-weight: bold;
  margin: -30px 0 0;
  padding: 4px 8px;
  line-height: 20px;
}

.fieldset ul {
  margin: 10px 0 0;
  list-style: none;
}

.buttons-set .back-link {
  float: left;
}

.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
  font-weight: bold;
}

.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}

.control .input-box input {
  margin: 0 0;
}

.control input {
  float: left;
  margin: 1px 5px 0 0;
}

.control label {
  cursor: pointer;
  margin: 0 0;
}

.input-box select {
  margin: 0 0 10px 0;
}

.col2-set {
  clear: both;
}

.col2-set h2 {
  font-size: 125%;
}

.col2-set h3 {
  font-size: 120%;
  margin: 0 0;
}

.col2-set h4 {
  font-size: 100%;
  margin: 0 0;
}

.col2-set .col-1 {
  width: 48.5%;
  float: left;
}

.col2-set .col-2 {
  width: 48.5%;
  float: right;
}

.col2-set .content {
  background: #FFF;
  padding: 10px 20px;
  border: 1px solid #CCC;
  height: 270px;
}

.col2-set .buttons-set {
  border: 1px solid #CCC;
  border-top: none;
}

.col2-set .buttons-set:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.col3-set .col-1 {
  width: 32%;
  float: left;
}

.col3-set .col-2 {
  width: 32%;
  float: left;
  margin-left: 2%;
}

.col3-set .col-3 {
  width: 32%;
  float: right;
}

.box-head h2 {
  font-size: 125%;
  margin: 0 0;
}

.box .box-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}

.box .box-title h3 {
  font-size: 110%;
  margin: 0 0;
}

.box .box-title h2 {
  font-size: 110%;
  margin: 0 0;
  padding-bottom: 10px;
}

.box-content {
  padding: 0 20px;
}

.box-content h4 {
  font-size: 110%;
  margin-top: 0px;
}

.box-account > ol {
  list-style: none;
  margin: 10px 0 10px 15px;
}

.box-account > ol li .number {
  float: left;
  margin: 0 10px 0 0;
}

.box-account > ol li .details {
  width: 100%;
}

.box-account > ol li .details .product-name {
  line-height: 18px;
  margin: 0 0;
}

.box-account > ol li .details .ratings {
  margin: 6px 0;
}

.box-account > ol li .details .ratings strong {
  float: left;
  margin: 0 8px 0 0;
}

.box-account > ol li .details .tags strong {
  float: left;
  margin: 0 8px 0 0;
}

.box-account > ol li .details .tags ul {
  list-style: none;
  margin: 0 0;
}

.box-account > ol li .details .tags ul li {
  float: left;
  margin: 0 3px 0 0;
}

.table-caption {
  font-size: 125%;
}

#wishlist-table input {
  text-align: center;
}

#wishlist-table input,
#wishlist-table textarea {
  margin: 10px 0;
}

#wishlist-table .add-to-cart-alt {
  margin-bottom: 10px;
}

#wishlist-table .price-box p {
  margin-bottom: 0;
}

#wishlist-table .price-box .old-price {
  padding-top: 8px;
  padding-top: 2px;
}

#wishlist-table .price-box .old-price .price {
  color: #666;
  font-size: 89%;
}

#wishlist-table .price-box .old-price:before {
  margin-top: 1px;
}

.data-table {
  background: #FFF;
  border: 1px solid #CCC;
  border-collapse: collapse;
  width: 100%;
}

.data-table thead tr td,
.data-table thead tr th {
  background: #eaeaea;
  border-bottom: 1px solid #CCC;
  border-right: medium none;
  border-top: 1px solid #CCC;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #888;
}

.data-table tbody th {
  text-align: left;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 8px;
}

.data-table tbody td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 8px;
}

.data-table tbody td.label {
  vertical-align: middle;
}

.data-table tbody td a.product-image {
  display: block;
}

.data-table tbody td button {
  min-width: 110px;
  margin-bottom: 10px;
}

.data-table tfoot td {
  padding: 15px 20px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.data-table input.input-text {
  padding: 3px 5px;
}

.checkout-onepage-index .page-title h1 {
  font-size: 133.33%;
}

#checkout-progress-wrapper .block-title {
  font-size: 133.33% !important;
}

.checkout-progress {
  margin: 10px 0 35px 0;
  list-style: none;
}

.checkout-progress li {
  display: inline-block;
  padding: 5px 0px;
  width: 20%;
  text-align: center;
  background: #CCC;
  float: left;
  color: #686868;
}

.checkout-progress li.active {
  background: #444444;
  color: #FFF;
}

.multiple-checkout h2 {
  font-size: 120%;
  line-height: 24px;
}

.multiple-checkout .col2-set h2.legend {
  font-size: 135%;
}

.multiple-checkout .col2-set h3.legend {
  font-size: 120%;
}

.multiple-checkout .col2-set h2,
.multiple-checkout .col2-set h3,
.multiple-checkout .col2-set h4 {
  line-height: 26px;
  font-size: 100%;
  margin: 0 0;
}

.multiple-checkout .col2-set .product-name {
  font-size: 120%;
}

.multiple-checkout .col2-set .box .box-title h2 a,
.multiple-checkout .col2-set .box .box-title h3 a,
.multiple-checkout .col2-set .box .box-title h4 a {
  position: static;
}

.multiple-checkout .col2-set .col-1 {
  margin-top: 5px;
}

.multiple-checkout .col2-set .col-2 {
  margin-top: 5px;
}

.multiple-checkout .sp-methods dt input {
  float: left;
  margin: 1px 8px 0 0;
}

.multiple-checkout .sp-methods dt label {
  cursor: pointer;
}

.multiple-checkout .sp-methods dd ul {
  list-style: none;
}

.multiple-checkout #checkout-review-submit {
  float: right;
  text-align: right;
  margin-top: 10px;
}

#my-orders-table tbody td.last {
  white-space: nowrap;
}

.cart-collaterals .totals table {
  width: 100%;
}

.cart-collaterals .totals table td {
  padding: 10px 0 20px;
  text-transform: uppercase;
}

.cart-collaterals .totals table tfoot td {
  border-bottom: 1px solid #CCC;
  font-size: 125%;
  padding: 0 0 20px 20px;
  text-transform: uppercase;
}

.cart-collaterals .totals ul.checkout-types {
  margin: 30px 0 0;
  padding: 0;
}

.cart-collaterals .totals ul.checkout-types li {
  clear: both;
  margin: 0;
  padding: 5px 0;
  text-align: right;
}

.page-popup #product_comparison {
  margin-bottom: 20px;
}

.buttons-set {
  border: none !important;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* Product View ========================================================================== */
.cart .page-title {
  margin-top: 0;
}

.cart .btn-remove {
  width: 19px;
}

.cart .btn-remove:before {
  left: 1px;
  width: 19px;
}

.cart thead tr th {
  background: #eaeaea;
  border-bottom: 1px solid #CCC;
  border-right: medium none;
  border-top: 1px solid #CCC;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #888;
}

.cart h1 {
  float: left;
}

.cart ul.checkout-types {
  list-style: none;
  margin: 0 0 10px;
  float: right;
}

.cart .btn-remove {
  position: relative;
  width: 20px;
}

.cart .input-box {
  width: 100%;
}

.cart .input-box input.input-text {
  margin: 0 0 10px;
  width: 94%;
}

.cart .input-box select {
  width: 100%;
  height: 32px;
  padding: 7px !important;
}

.cart .btn-remove {
  width: 19px;
}

.cart .btn-remove:before {
  left: 0;
}

.cart .data-table input.input-text {
  max-width: 40px;
  text-align: center;
}

.cart .btn-continue {
  float: left;
}

.cart .col2-set {
  width: 70%;
  float: left;
}

.cart .totals {
  width: 28%;
  float: right;
}

.cart .discount,
.cart .shipping,
.cart .crosssell {
  background: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

.cart .discount h2,
.cart .shipping h2,
.cart .crosssell h2 {
  font-size: 125%;
  text-transform: uppercase;
}

.cart .discount form,
.cart .shipping form,
.cart .crosssell form {
  margin: 0 0;
}

.cart .discount .button,
.cart .shipping .button,
.cart .crosssell .button {
  float: left !important;
  margin: 0 0 !important;
}

.cart .crosssell {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart .form-list {
  margin: 0 0;
  list-style: none;
}

.cart #co-shipping-method-form .sp-methods {
  margin-top: 8px;
}

.cart #co-shipping-method-form ul {
  list-style: none;
  margin: 0 0 5px 0;
  width: 100%;
  float: left;
}

.cart #co-shipping-method-form ul li {
  width: 100%;
  margin: 5px 0;
}

.cart #co-shipping-method-form ul li label {
  cursor: pointer;
  float: left;
  margin: 0 0;
}

.cart #co-shipping-method-form ul li input {
  float: left;
  margin: -1px 5px 0 0;
}

#remember-me-popup {
  display: none;
}

.checkout-onepage-success .page-title {
  margin: 0;
}

.checkout-onepage-success .buttons-set {
  float: left;
}

.checkout-onepage-success .buttons-set .button {
  margin: 0;
}

#checkoutSteps {
  list-style: none;
  margin: 0 0;
}

#checkoutSteps .show-m {
  display: none;
}

#checkoutSteps h4 {
  margin: 5px 0;
}

#checkoutSteps ul,
#checkoutSteps ol {
  list-style: none;
  margin: 0 0;
}

#checkoutSteps li {
  margin-bottom: 1px;
}

#checkoutSteps li .step-title {
  padding: 8px 15px;
  background: #CCC;
  color: #444444;
}

#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #444444;
  color: #FFF;
}

#checkoutSteps li .step-title h2 {
  font-size: 125%;
  text-transform: uppercase;
  float: left;
  line-height: normal;
  margin: 0 0;
}

#checkoutSteps li .step-title a {
  float: right;
}

#checkoutSteps li.allow .step-title {
  cursor: pointer;
}

#checkoutSteps li.active .step-title {
  background: #FFF;
  border: 1px solid #CCC;
  border-bottom: none;
  cursor: default;
}

#checkoutSteps li .step {
  border: 1px solid #CCC;
  padding: 15px 20px;
}

#checkoutSteps li .step fieldset ul {
  list-style: none;
  margin: 0 0;
}

#checkoutSteps li .step fieldset p.required {
  text-align: right;
}

#checkoutSteps #checkout-step-shipping_method dt {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

#checkoutSteps #checkout-step-shipping_method li {
  float: left;
  width: 100%;
}

#checkoutSteps #checkout-step-shipping_method label {
  float: left;
}

#checkoutSteps #checkout-step-shipping_method input[type="radio"],
#checkoutSteps #checkout-step-shipping_method input[type="checkbox"] {
  margin: -1px 5px 0 !important;
  float: left;
  border-radius: 0;
}

#checkoutSteps .please-wait {
  margin: 0;
  line-height: 30px;
  float: right;
}

#checkoutSteps .control input {
  margin: 0px 5px 0 0 !important;
}

#checkoutSteps #checkout-review-table {
  margin-bottom: 10px;
}

.fields .field {
  float: left;
  width: 270px;
}

.input-box input[type="text"],
.input-box input.input-text {
  width: 240px;
}

.input-box select {
  width: 260px;
}

.search-form ul {
  list-style: none;
}

.page-head {
  margin-top: 10px;
  color: #444444;
}

.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: -10px 0 10px;
}

.form-list label.required {
  font-weight: bold;
}

.form-list label.required em {
  font-variant: normal;
  color: #eb340a;
  margin-right: 3px;
}

#yt_ressidebar_screennav {
  display: none;
}

/* Main style */
/* Layout ================================================================================ */
.page-print {
  padding: 25px 30px;
  text-align: left;
}

.page-empty {
  padding: 20px;
  text-align: left;
}

.page-popup {
  padding: 25px 30px;
  text-align: left;
}

.main {
  margin: 0 auto;
  text-align: left;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 10px;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color: #eb340a;
}

.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages li {
  margin: 0 0 10px !important;
  position: relative;
}

.messages li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  font-size: 16px;
  font-family: "Glyphicons Halflings";
}

.messages li li {
  margin-bottom: 0 !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a;
}

.error-msg:before {
  content: "\e090";
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611;
}

.success-msg:before {
  content: "\e013";
}

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}

.note-msg:before,
.notice-msg:before {
  content: "\e101";
}

/* Page Heading */
.title-buttons {
  text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

@media all and (max-width: 767px) {
  .catalogsearch-result-index #catalog-listing {
    padding: 0 15px;
  }
}

@media all and (max-width: 991px) {
  .catalogsearch-result-index .pager {
    clear: left;
  }
}

/* Pager */
.catalogsearch-result-index .toolbar .sorter .sort-by .wrap-sb {
  background-position: 73px 13px;
  width: 90px;
}

.catalogsearch-result-index .toolbar .sorter .sort-by .wrap-sb .selected-order {
  padding-right: 10px;
}

.toolbar .pager .select-limiter li > a:hover,
.toolbar .pager .select-limiter li > a:focus {
  background-color: #fff !important;
}

.toolbar-bottom .toolbar {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.toolbar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 10px;
}

.toolbar label {
  line-height: 30px;
  font-weight: normal;
}

.toolbar .pager {
  float: right;
  margin: 1px 0 0 0;
}

.toolbar .pager .pages {
  float: right;
}

.toolbar .pager .pages > strong {
  display: none;
}

.toolbar .pager .pages li.current {
  border: 1px solid #3ab54a !important;
  background: #3ab54a;
  color: #fff;
}

.toolbar .pager .pages li > a,
.toolbar .pager .pages li > span,
.toolbar .pager .pages li.current {
  border: 1px solid #dbdbdb;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 0;
  display: inline-block;
}

.toolbar .pager .pages li > a:hover {
  border: 1px solid #3ab54a !important;
  background: #3ab54a;
  color: #fff;
}

.toolbar .pager .pages li > a.next {
  width: 29px;
  text-indent: -9999em;
  position: relative;
}

.toolbar .pager .pages li > a.next:before {
  content: "\f105";
  width: 10px;
  height: 10px;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 9px;
  font-family: "Fontawesome";
  text-indent: 0;
}

.toolbar .pager .pages li > a.next:hover:before {
  color: #fff;
}

.toolbar .pager .pages li > a.previous {
  width: 29px;
  text-indent: -9999em;
  position: relative;
}

.toolbar .pager .pages li > a.previous:before {
  content: "\f104";
  width: 10px;
  height: 10px;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 9px;
  font-family: "Fontawesome";
  text-indent: 0;
}

.toolbar .pager .pages li > a.previous:hover:before {
  color: #fff;
}

.toolbar .pager label.item-pp {
  float: right;
  margin: 0 27px 0 5px;
}

.toolbar .pager .limiter {
  float: right;
}

.toolbar .pager .limiter label {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
}

.toolbar .pager .limiter .wrap-show {
  width: 45px;
  height: 28px;
  line-height: 26px;
  float: left;
  position: relative;
  text-align: left;
}

.toolbar .pager .limiter .wrap-show:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #686868;
}

.toolbar .pager .limiter .wrap-show .selected-limiter {
  border: 1px solid #dbdbdb;
  padding-left: 8px;
}

.toolbar .pager .limiter .wrap-show .select-limiter {
  position: relative;
  z-index: 9999;
  border: 1px solid #dbdbdb;
  background: #fff;
  float: left;
  width: 100%;
  padding-left: 8px;
  top: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.toolbar .pager .limiter .wrap-show .select-limiter a {
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
}

.toolbar .pager .limiter .wrap-show:hover {
  cursor: pointer;
}

.toolbar .pager .limiter .wrap-show .current-item {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.toolbar .sorter {
  float: left;
}

.toolbar .sorter .view-mode,
.toolbar .sorter .limiter,
.toolbar .sorter .sort-by {
  float: left;
}

.toolbar .sorter .view-mode {
  margin: 0;
}

.toolbar .sorter .view-mode strong,
.toolbar .sorter .view-mode a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  float: left;
  position: relative;
}

.toolbar .sorter .view-mode strong span,
.toolbar .sorter .view-mode a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toolbar .sorter .view-mode strong {
  background-color: #3ab54a;
}

.toolbar .sorter .view-mode a {
  background: #e9e9e9;
}

.toolbar .sorter .view-mode strong span {
  color: #fff;
}

.toolbar .sorter .view-mode a:hover {
  background-color: #3ab54a;
}

.toolbar .sorter .view-mode a:hover span {
  color: #fff;
}

.toolbar .sorter .sort-by label {
  float: left;
  margin: 0 5px 0 0px;
}

.toolbar .sorter .sort-by a.asc,
.toolbar .sorter .sort-by a.desc {
  width: 12px;
  height: 15px;
  float: left;
  margin: 7px 0 0 7px;
  position: relative;
}

.toolbar .sorter .sort-by .wrap-sb {
  width: 100px;
  height: 28px;
  line-height: 26px;
  float: left;
  position: relative;
}

.toolbar .sorter .sort-by .wrap-sb:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #686868;
}

.toolbar .sorter .sort-by .wrap-sb .selected-order {
  border: 1px solid #dbdbdb;
  padding-left: 10px;
  margin-top: 1px;
}

.toolbar .sorter .sort-by .wrap-sb .select-order {
  position: relative;
  z-index: 9999;
  border: 1px solid #dbdbdb;
  background: #fff;
  float: left;
  width: 100%;
  padding-left: 10px;
  top: 1px;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.toolbar .sorter .sort-by .wrap-sb .select-order a {
  display: block;
}

.toolbar .sorter .sort-by .wrap-sb:hover {
  cursor: pointer;
}

.toolbar .sorter .sort-by .wrap-sb .current-item {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
}

/* Generic Info Box */
.info-box {
  background: #ffffff url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}

.info-table td {
  padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -52px;
}

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}

.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul ul {
  list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}

.std dt {
  font-weight: bold;
}

.std dd {
  padding: 0 0 0 1.5em;
}

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

.std address {
  font-style: normal;
}

.std b,
.std strong {
  font-weight: bold;
}

.std i,
.std em {
  font-style: italic;
}

/* Misc */
.links li {
  display: inline;
}

.links li.first {
  padding-left: 0 !important;
}

.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-cart {
  color: #dc6809 !important;
  font-weight: bold;
}

.link-reorder {
  font-weight: bold;
  color: #dc6809 !important;
}

.link-print {
  /*background:url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809;
}

.link-rss {
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
}

.btn-remove2 .glyphicon {
  color: crimson;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Global site notices */
.global-site-notice {
  margin: 0 auto;
  background: #444;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.global-site-notice .glyphicon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  color: white;
}

.global-site-notice .notice-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 12px 12px 12px 40px;
  text-align: left;
  width: 100%;
  position: relative;
  display: inline-block;
}

.global-site-notice .notice-inner > * {
  display: inline-block;
  vertical-align: middle;
}

.global-site-notice .notice-inner p {
  margin: 0;
  padding: 10px;
  color: #fff;
  position: relative;
}

.global-site-notice .notice-inner a {
  color: #3ab54a;
}

.global-site-notice .notice-inner .actions {
  padding-left: 10px;
}

.global-site-notice .notice-inner .actions .button {
  background-color: #3ab54a;
  margin: 0;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
}

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}

.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}

.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* ======================================================================================= */
/* Header ================================================================================ */
#yt_wrapper {
  overflow-x: hidden;
  background: #fff;
}

.cms-home #yt_header .menu-top,
.catalog-category-view #yt_header .menu-top,
.catalog-product-view #yt_header .menu-top {
  border-bottom: none;
}

.cms-home-01 .block-yt-layered-nav .block-layered-nav-inner #yt_sidenav li.parent > .res-wrapnav {
  height: 0;
  overflow: hidden;
  display: none;
}

.header3 .header-menu-3 {
  background: #ebebeb;
  margin-bottom: 15px;
}

.header3 .content-bottom-services {
  padding: 10px 0;
}

.header3 .content-bottom-services .m-lr {
  margin: 0 !important;
}

.header3 .content-bottom-services .wrap-services div {
  padding: 0 !important;
  width: 23.0769%;
  margin-right: 2.5641%;
}

.header3 .content-bottom-services .wrap-services div a {
  border: 3px solid #dadada;
}

.header3 .content-bottom-services .wrap-services div a span {
  line-height: 46px;
  font-weight: 700 !important;
}

.header3 .content-bottom-services .wrap-services div.item1 a {
  padding-left: 51px;
}

.header3 .content-bottom-services .wrap-services div.item1 a span:before {
  left: -40px;
  top: 12px;
}

.header3 .content-bottom-services .wrap-services div.item2 a {
  padding-left: 30px;
}

.header3 .content-bottom-services .wrap-services div.item2 a span:before {
  left: -44px;
  top: 10px;
}

.header3 .content-bottom-services .wrap-services div.item3 a {
  padding-left: 49px;
  text-align: left;
}

.header3 .content-bottom-services .wrap-services div.item3 a span:before {
  left: -37px;
  top: 11px;
}

.header3 .content-bottom-services .wrap-services div.item4 {
  margin-right: 0;
}

.header3 .content-bottom-services .wrap-services div.item4 > .wrap {
  border: 3px solid #dadada;
  line-height: 46px;
  text-align: left;
  padding-left: 50px !important;
  float: left;
  width: 100% !important;
  font-weight: bold;
}

.header3 .content-bottom-services .wrap-services div.item4 > .wrap:before {
  left: 12px;
  top: 12px;
}

.header3 .content-bottom-services .wrap-services div.item4 > .wrap a {
  border: none;
  color: #00abf0 !important;
}

.header3 .block-minicartpro {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 3;
  margin: 0;
}

.header3 .block-minicartpro .title-block {
  padding: 6px 14px 9px 43px;
}

.header3 #yt_header {
  background: #fff;
}

.header3 #yt_header .header-wrapper .header {
  height: 100px;
  position: relative;
}

.header3 #yt_header .header-wrapper .header .logo {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.header3 #yt_header .header-wrapper .header .menu-top .logo {
  left: 46%;
  -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  margin: 0;
}

.header3 #yt_header .header-wrapper .header .menu-top .logo img {
  height: 45px;
  width: auto;
}

.header3 #yt_header .header {
  text-align: center;
  width: 100%;
}

.header3 #yt_header .header-menu-3 .header-container {
  padding: 0;
}

.header3 #yt_header .header-menu-3 .header {
  display: block;
  text-align: center;
  width: 100%;
}

.header3 #yt_header .header-menu-3 .header .menu-top {
  position: static;
  margin-left: 0;
  display: block !important;
}

.header3 #yt_header .quick-access {
  margin: 0;
  position: absolute;
  right: 0;
  top: 20px;
}

@media all and (min-width: 768px) {
  .header3 #yt_header .quick-access {
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10000;
  }
}

.header3 #yt_header > .container .menu-top {
  display: none;
}

.cms-home-01 .header2 .content-bottom-slider,
.cms-home-02 .header2 .content-bottom-slider,
.cms-home-01 .header3 .content-bottom-slider,
.cms-home-02 .header3 .content-bottom-slider {
  padding-top: 10px;
}

.header2 .header-menu-2 {
  background: #3ab54a;
}

.header2 #yt_header .header .content-bottom-services {
  float: right;
  margin: 11px 0 0;
  background: none;
}

.header2 #yt_header .header .content-bottom-services .wrap-services {
  margin: 0;
  float: right;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div {
  width: auto;
  margin: 0 0 0 70px;
  padding: 0 !important;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div > a > span,
.header2 #yt_header .header .content-bottom-services .wrap-services div > .wrap {
  font-weight: bold;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:before,
.header2 #yt_header .header .content-bottom-services .wrap-services div > .wrap:before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #3ab54a;
  left: -52px;
  top: 8px;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:after,
.header2 #yt_header .header .content-bottom-services .wrap-services div > .wrap:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 16px;
  left: -42px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/icon-mega.png") no-repeat 0 0;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div.item2 span:after {
  background-position: -36px -6px;
  top: 20px;
  left: -43px;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div.item3 span:after {
  background-position: -74px -1px;
  top: 17px;
  left: -41px;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > .wrap {
  float: left;
  margin-left: 0;
}

.header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > .wrap:after {
  background-position: -105px -1px;
  top: 18px;
}

.header2 #yt_header .header .menu-top {
  float: left;
  width: 100%;
  position: static;
  margin-left: 0;
}

.header2 #yt_header .header .quick-access {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-top: 0;
}

.header2 #yt_header .header .quick-access .button {
  background: #287e34;
}

#yt_header {
  background: #f6f6f6;
}

#yt_header .header {
  position: relative;
}

#yt_header .header .menu-top {
  float: left;
  width: 100%;
  margin-left: 200px;
}

#yt_header .header .menu-top .toplinks-mobile,
#yt_header .header .menu-top .search-mobile {
  display: none;
}

#yt_header .ge-header-top {
  background: #444;
}

#yt_header .ge-header-top .links.account > li {
  position: relative;
}

#yt_header .ge-header-top .links.account > li.first {
  display: block !important;
}

#yt_header .ge-header-top .links.account > li .item-account {
  position: relative;
}

#yt_header .ge-header-top .links {
  float: right;
}

#yt_header .ge-header-top .links li {
  float: left;
}

#yt_header .ge-header-top .links li.first {
  display: none;
}

#yt_header .ge-header-top .links li.link-wishlist,
#yt_header .ge-header-top .links li a.top-link-checkout {
  position: relative;
}

#yt_header .ge-header-top .links li.link-wishlist:before,
#yt_header .ge-header-top .links li a.top-link-checkout:before {
  color: #fff;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#yt_header .ge-header-top .links li.link-wishlist:hover:before,
#yt_header .ge-header-top .links li a.top-link-checkout:hover:before {
  color: #3ab54a;
}

#yt_header .ge-header-top .links li.link-wishlist:before {
  content: "\e005";
}

#yt_header .ge-header-top .links li a.top-link-checkout:before {
  content: "\e163";
}

#yt_header .ge-header-top .links li a.item-account {
  position: relative;
}

#yt_header .ge-header-top .links li a.item-account .glyphicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#yt_header .ge-header-top .links li.last {
  display: none;
}

#yt_header .ge-header-top .links li a {
  display: block;
  line-height: 30px;
  padding: 0 17px;
  color: #fff;
  position: relative;
}

#yt_header .ge-header-top .links li a.top-link-cart {
  display: none;
}

#yt_header .ge-header-top .links li a:hover {
  color: #3ab54a;
}

#yt_header .ge-header-top .quick-info {
  float: right;
  position: relative;
  margin-right: 7px;
}

#yt_header .ge-header-top .quick-info li a {
  color: #fff;
  display: block;
  line-height: 30px;
}

#yt_header .ge-header-top .quick-info li a:hover {
  color: #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick {
  position: absolute;
  -webkit-box-shadow: 0 0 2px #888888;
  box-shadow: 0 0 2px #888888;
  border-top: none;
  background: #fff;
  z-index: 9999;
  right: -44px;
  top: 45px;
}

#yt_header .ge-header-top .quick-info li .login-quick:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick:after {
  position: absolute;
  top: -10px;
  right: 50px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick .block {
  margin-bottom: 0;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap-top {
  padding: 16px 32px 0;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item1 {
  color: #f96a6e;
  font-size: 116.66%;
  font-weight: 700 !important;
  display: inline-block;
  margin-right: 30px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item2,
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item3 {
  font-weight: 300 !important;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item2 {
  color: #a5a5a5;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item3 {
  color: #1e80d7;
  display: inline-block;
  padding: 0;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item3:hover {
  text-decoration: underline;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap {
  float: left;
  position: relative;
  margin-top: 10px;
  border-radius: 3px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap:hover .glyphicon {
  background-color: #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap .glyphicon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #919191;
  padding: 12px;
  width: 36px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap .glyphicon:before {
  color: #fff;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap input {
  width: 280px;
  height: 36px;
  padding-left: 45px;
  border-radius: 2px;
  color: #999;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap input:focus {
  border: 1px #929292 solid;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap.wrap-pass {
  margin-top: 2px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap.wrap-pass:before {
  background: #919191;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 10px 0 -2px;
  overflow: hidden;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .button {
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  text-transform: uppercase;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember {
  display: inline-table;
  margin: 3px 0 12px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember {
  display: table-cell;
  margin-top: 5px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span:before {
  content: "\e157";
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span.checked:before {
  content: "\e067";
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember label {
  display: table-cell;
  padding-left: 5px;
  font-weight: 400 !important;
  color: #a5a5a5;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .more-actions {
  margin-top: 5px;
  background: #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .more-actions a {
  width: 100%;
  padding-left: 0;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-weight: 400 !important;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .more-actions a:hover {
  text-decoration: underline;
}

#yt_header .logo {
  float: left;
  margin: 18px 0 17px;
}

#yt_header .quick-access {
  float: right;
  margin-top: 23px;
  position: relative;
  z-index: 9;
}

#yt_header .quick-access #search {
  height: 34px;
  width: 220px;
  margin: 0;
  padding-left: 10px;
  float: left;
  color: #aaa;
  border-color: #ddd;
}

#yt_header .quick-access #search:focus {
  border-color: #929292;
}

.search-autocomplete {
  background-color: #fff;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ddd;
}

.search-autocomplete dl {
  margin-bottom: 0;
}

.search-autocomplete dt {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.search-autocomplete dd a {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
}

.search-autocomplete dd a > * {
  display: table-cell;
}

.search-autocomplete .product-image-box {
  width: 45px;
}

.search-autocomplete .product-shop {
  text-align: left;
  padding-left: 10px;
}

.search-autocomplete .view-all {
  border-bottom: 1px solid #ddd;
}

.search-autocomplete .view-all a {
  display: inline-block;
  padding: 10px;
  color: #3ab54a;
}

.search-autocomplete .elastic-terms {
  text-align: left;
}

#yt_header .quick-access .button {
  width: 34px;
  height: 34px;
  margin: 0;
  float: left;
  background: #3ab54a;
  position: relative;
  border-radius: 0;
  font-size: 16px;
}

#yt_header .quick-access .button span span {
  display: none;
}

#yt_header .quick-access .button:hover:before {
  color: #fff;
}

#yt_header .block-minicartpro .title-block {
  position: relative;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}

#yt_header .block-minicartpro .title-block.empty {
  background-color: #444;
  cursor: not-allowed;
}

#yt_header .block-minicartpro .title-block:not(.empty) {
  background: #3ab54a;
}

#yt_header .block-minicartpro .title-block .empty, #yt_header .block-minicartpro .title-block .summary {
  display: inline-block;
  vertical-align: middle;
}

#yt_header .block-minicartpro .title-block .glyphicon {
  margin-right: 8px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}

#yt_header .block-minicartpro .block-content:after {
  position: absolute;
  top: -10px;
  right: 28px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3ab54a;
}

#yt_header .block-minicartpro .ratings {
  float: left;
  width: 100%;
  margin-top: 11px;
}

#yt_header .block-minicartpro .ratings .rating-box {
  margin-right: 5px;
}

#yt_header .block-minicartpro .ratings .rating-links {
  margin: 0;
  float: left;
  line-height: 11px;
}

#yt_header .block-minicartpro .ratings .rating-links a {
  margin: 0;
  font-size: 91.6666%;
  color: #909090;
}

#yt_header .block-minicartpro .ratings .rating-links a:hover {
  color: #3ab54a;
}

#yt_header .block-minicartpro .ratings .rating-links .separator {
  margin: 0;
}

#yt_header .block-minicartpro .wrap-price-qty .price {
  font-size: 100%;
  display: block;
}

#yt_header .block-minicartpro .btn-edit {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_i_del_edit.png") no-repeat;
}

#yt_header .block-minicartpro .btn-edit:hover {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_i_del_edit.png") no-repeat 0 -31px;
}

#yt_header .block-minicartpro .btn-remove {
  font-size: 20px;
}

#yt_header .block-minicartpro .subtotal .price {
  font-size: 133.333%;
  float: right;
}

/* ======================================================================================= */
#yt_left {
  padding-left: 0;
}

#yt_left .block-banner {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

#yt_left .block-banner a {
  display: block;
  position: relative;
}

#yt_left .block-banner a img {
  width: 100%;
}

#yt_left .block-banner a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

#yt_left .block-banner a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.22s ease-in 0s;
  transition: all 0.22s ease-in 0s;
}

#yt_left .block-title {
  text-transform: uppercase;
  font-size: 133.33%;
  border-bottom: 2px solid #eee;
}

#yt_left .block-title strong {
  position: relative;
  display: inline-block;
  line-height: 44px;
}

#yt_left .block-title strong:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3ab54a;
  left: 0;
  bottom: -2px;
}

#yt_main {
  padding-right: 0;
}

#yt_main .category-image {
  display: none;
}

#yt_main .category-image-banner {
  margin-bottom: 30px;
  position: relative;
}

#yt_main .category-image-banner img {
  width: 100%;
}

#yt_main .category-image-banner:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
}

#yt_main .category-image-banner:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

.preload {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #ffffff url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/block-loading.gif") no-repeat center center;
}

/*-----------------contact form--------------*/
.contacts-index-index .wra-bread {
  display: none;
}

.wrap-contact .block-contact {
  margin-bottom: 30px;
  width: 65.3%;
}

.wrap-contact .validation-advice {
  margin-left: 59px !important;
}

.wrap-contact #contactForm .field {
  width: 100%;
}

.wrap-contact #contactForm .field .input-box {
  width: 100%;
}

.wrap-contact #contactForm label {
  font-size: 116.66%;
  font-weight: 400 !important;
}

.wrap-contact #contactForm textarea {
  height: 170px;
  border: 1px solid #e6e6e6;
  width: 84%;
  float: right;
}

.wrap-contact #contactForm input.input-text {
  width: 85%;
  border: 1px solid #e6e6e6;
  width: 84%;
  float: right;
}

.wrap-contact #contactForm .buttons-set {
  margin-top: 6px;
  float: left;
}

.wrap-contact #contactForm .buttons-set .button {
  font-size: 116.66%;
  padding: 5px 20px;
  font-weight: 400 !important;
  margin-left: 75px;
  border-radius: 0;
}

.wrap-contact #contactForm .buttons-set .button:hover {
  background: #3ab54a;
}

.wrap-contact .contact-col-right {
  margin-top: -15px;
}

.wrap-contact .contact-col-right h2 {
  font-size: 133.33%;
  color: #3ab54a;
  line-height: 40px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400 !important;
}

.wrap-contact .contact-col-right p {
  line-height: 23px;
}

.wrap-contact .contact-col-right .group-1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.wrap-contact .contact-col-right ul {
  padding: 5px 0 25px;
}

.wrap-contact .contact-col-right ul li span {
  color: #7da1bc;
  margin-right: 5px;
}

.wrap-contact .img-style {
  margin-top: -32px;
}

.wrap-contact .img-style img {
  width: 100%;
}

.wrap-contact .img-style:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.22s ease-in 0s;
  transition: all 0.22s ease-in 0s;
}

/*-- Block in content ---*/
.block {
  margin-bottom: 30px;
}

.block .block-title {
  line-height: 40px;
  font-size: 166.666667%;
  font-weight: normal;
  text-transform: uppercase;
}

.block .block-title strong {
  font-weight: normal;
}

.block .block-content {
  margin-top: 10px;
}

.block.block-tags .block-content {
  margin-top: 18px;
}

.block.block-tags .tags-list {
  overflow: hidden;
  list-style: none;
  margin: 0 0 10px;
  display: block;
}

.block.block-tags .tags-list li {
  margin: 0px 5px 5px 0;
  float: left;
}

.block.block-tags .tags-list li a {
  display: inline-block;
  background: #d5d5d5;
  padding: 3px 10px;
  font-size: 100% !important;
}

.block.block-tags .actions {
  float: left;
  text-transform: uppercase;
}

.block.block-poll form {
  margin: 0 0;
}

.block.block-poll .block-subtitle {
  color: #909090;
  font-weight: bold;
}

.block.block-poll ul#poll-answers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 6px 0 0;
}

.block.block-poll ul#poll-answers li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}

.block.block-poll ul#poll-answers li .jqTransformRadioWrapper {
  margin: 0 11px 0 0;
}

.block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/ico-radio.png") no-repeat left -1px;
  height: 21px;
  width: 15px;
}

.block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio.jqTransformChecked {
  background-position: left -22px;
}

.block.block-poll ul#poll-answers li .jqTransformRadioWrapper input[type="radio"] {
  float: left;
  margin: 0 8px 0 0;
}

.block.block-poll ul#poll-answers li label {
  cursor: pointer;
  margin: 0 0;
}

.block.block-poll ul#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}

.block.block-poll ol#poll-answers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 6px 0 0;
}

.block.block-poll ol#poll-answers li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}

.block.block-poll ol#poll-answers li span.answer {
  float: left;
  margin: 0 5px 0 0;
  color: #909090;
}

.block.block-poll ol#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}

.block.block-wishlist ol {
  margin: 0 0 0 20px;
}

.block.block-wishlist ol li {
  margin: 5px 0;
}

.block.block-wishlist ol .product-details .price-box .price {
  font-size: 100%;
}

.block.block-wishlist .actions {
  padding: 15px 0 0;
}

.block.block-compare {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.block.block-compare small {
  font-size: 14px;
}

.block.block-compare .block-content {
  padding: 0 15px;
}

.block.block-compare ol {
  margin: 0;
}

.block.block-compare ol li {
  margin: 10px 0;
}

.block.block-compare ol li .btn-remove {
  text-indent: -9999em;
  width: 21px;
  height: 20px;
  border: 1px solid #ddd;
  position: relative;
  margin: 5px 5px 0 0;
  float: left;
  font-family: "Fontawesome";
}

.block.block-compare ol li .btn-remove:before {
  content: "\f00d";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 4px;
  top: -1px;
  font-size: 14px;
  text-indent: 0;
}

.block.block-compare .actions {
  padding: 10px 0 0;
}

.block.block-compare .actions a {
  margin: 0 !important;
  padding: 0 10px;
  float: left;
  line-height: 31px;
}

.block.block-compare .actions .button {
  margin: 0 0 0 5px;
}

.block.block-reorder {
  float: left;
  width: 100%;
}

.block.block-account {
  margin-bottom: 0;
}

.block.block-account ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.block.block-account ul li {
  margin: 3px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 30px;
  border-top: 1px solid #ccc;
  padding-left: 20px;
}

.block.block-account ul li strong {
  color: #3ab54a;
}

.block.block-account ul li:hover {
  padding-left: 10px;
}

.block.block-reorder ol {
  list-style: none;
  margin: 0 0;
}

.block.block-reorder ol li {
  display: inline-table;
  padding-bottom: 10px;
  width: 100%;
}

.block.block-reorder ol span {
  display: table-cell;
  vertical-align: top;
}

.block.block-reorder ol .placeholder {
  width: 20px;
}

.block.block-reorder ol .product-name {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.block.block-reorder .actions {
  margin: 10px 0 0;
}

.block.block-reorder .actions .btn-cart {
  margin-right: 10px;
}

.block.block-progress dl {
  margin: 0 0;
}

.block.block-progress dl > div,
.block.block-progress dl > dt {
  margin: 0 0;
  padding: 8px 0;
  border-top: 1px solid #d4d4d4;
}

.block.block-progress dl > div:first-child,
.block.block-progress dl > dt:first-child {
  border-top: none;
}

.block.block-layered-nav {
  border: 1px solid #e3e1e1;
  padding: 6px 20px 30px;
}

.block.block-layered-nav > .block-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 133.33%;
  border-bottom: 2px solid #eee;
  display: inline-table;
  width: 100%;
}

.block.block-layered-nav > .block-title > * {
  display: table-cell;
  vertical-align: middle;
}

.block.block-layered-nav > .block-title strong {
  width: 80%;
}

.block.block-layered-nav > .block-title strong:before {
  content: none !important;
}

@media all and (min-width: 768px) {
  .block.block-layered-nav > .block-title strong {
    width: 100%;
  }
}

.block.block-layered-nav > .block-title strong span {
  display: inline-block;
  border-bottom: 2px solid #3ab54a;
  margin-bottom: -2px;
}

.block.block-layered-nav > .block-title .glyphicon {
  width: 20%;
  text-align: right;
}

@media all and (min-width: 768px) {
  .block.block-layered-nav > .block-title .glyphicon {
    display: none;
  }
}

.block.block-layered-nav .block-content {
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .block.block-layered-nav .collapsed {
    display: none;
  }
}

.block.block-layered-nav .block-content .actions {
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
}

.block.block-layered-nav .block-content .actions a {
  display: inline-block;
  padding: 7px 12px;
}

.block.block-layered-nav .block-content .block-subtitle {
  text-transform: uppercase;
  margin-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.block.block-layered-nav .currently {
  background: #f6f6f6;
  padding: 15px 20px;
  margin: 20px -20px 10px;
  overflow: hidden;
}

.block.block-layered-nav .currently .block-subtitle {
  text-transform: uppercase;
  margin-top: 10px;
  float: left;
  width: 100%;
  display: none;
}

.block.block-layered-nav .currently ol li {
  position: relative;
  padding: 5px 0;
}

.block.block-layered-nav .currently ol li .label {
  color: #666;
  font-size: 100%;
  padding: 0 5px 0 0;
  display: none;
}

.block.block-layered-nav .currently ol li span.value {
  background: none repeat scroll 0 0 #b6b6b6;
  color: #fff;
  float: left;
  font-size: 116.66%;
  line-height: 19px;
  padding: 2px 12px;
}

.block.block-layered-nav .currently ol li .btn-remove {
  display: inline-block;
  text-indent: -9999em;
  position: relative;
  background: #9a9a9a;
  width: 23px;
  height: 23px;
}

.block.block-layered-nav .currently ol li .btn-remove:hover {
  background: #3ab54a;
}

.block.block-layered-nav .currently ol li .btn-remove:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  text-indent: 0;
  width: 9px;
  height: 9px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_i_remove.png") no-repeat;
}

.block.block-layered-nav .actions {
  float: right;
  padding: 0 10px;
}

.block.block-layered-nav dl#narrow-by-list {
  margin: 0 0;
  clear: both;
}

.block.block-layered-nav dl#narrow-by-list .wrap-category {
  /*margin: -25px 0 22px;*/
}

.block.block-layered-nav dl#narrow-by-list .wrap-price {
  background: #f6f6f6;
  padding: 10px;
  margin: 20px -20px 10px;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price button {
  float: left !important;
  height: 33px;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text {
  border: 1px solid #ddd;
  display: block;
  width: 80%;
  text-align: center;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price button {
  margin: 0;
  padding: 0px 10px 0px 10px;
  line-height: 33px;
  background: #3ab54a;
  width: 100%;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price button:hover {
  background: #919191;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to {
  float: left;
  position: relative;
  width: 50%;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .symbol,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .symbol {
  position: absolute;
  top: 8px;
  left: 85%;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price ul {
  clear: both;
  margin-bottom: 15px;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price .inner {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price .inner dd {
  overflow: hidden;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price .inner ul li span {
  color: #909090;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter {
  margin: 20px 0 15px;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-max,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min {
  position: relative;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-max:before,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 300px;
  height: 4px;
  background: #909090;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min:before {
  right: 0;
  left: auto;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price #item-price {
  display: inline-block;
  line-height: 28px;
  background: #f6f6f6;
  font-size: 116.66%;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price .line {
  float: left;
  position: absolute;
  top: 13px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price dd {
  padding-left: 0;
}

.block.block-layered-nav dl#narrow-by-list dt {
  text-transform: uppercase;
  position: relative;
  background: none;
  padding: 0px;
  line-height: 34px;
  font-size: 116.66%;
  font-weight: 400 !important;
  display: inline-table;
  width: 100%;
  cursor: pointer;
}

.block.block-layered-nav dl#narrow-by-list dt > span {
  display: table-cell;
  vertical-align: middle;
}

.block.block-layered-nav dl#narrow-by-list dt .filter-icon {
  width: 10%;
  text-align: right;
}

.block.block-layered-nav dl#narrow-by-list dt .filter-name {
  width: 90%;
}

.block.block-layered-nav dl#narrow-by-list dd {
  text-align: left;
  padding: 0 0 15px 10px;
  border-bottom: 1px solid #e3e1e1;
  margin: 0 0 15px 0;
}

.block.block-layered-nav dl#narrow-by-list dd.collapsed {
  display: none;
}

.block.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0px;
}

.block.block-layered-nav dl#narrow-by-list dd ol li {
  list-style-type: none;
  padding: 4px 10px 4px 0;
  position: relative;
}

.block.block-layered-nav dl#narrow-by-list dd ol li .item-color {
  border-radius: 3px;
  float: left;
  height: 17px;
  margin-right: 12px;
  width: 17px;
  position: relative;
}

.block.block-layered-nav dl#narrow-by-list dd ol li .item-color.checked:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_icon_del_shopby.png") no-repeat;
}

.block.block-layered-nav dl#narrow-by-list dd ol li > input {
  display: none;
}

.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker {
  float: left;
  margin-right: 5px;
}

.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker .green {
  color: #3ab54a;
}

.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker input {
  margin: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.block.block-layered-nav dl#narrow-by-list dd ol li a {
  font-style: normal;
}

.block.block-layered-nav dl#narrow-by-list dd .price {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  padding: 8px 0px;
  margin: 0 0;
  font-size: 107.69%;
  position: relative;
  height: 26px;
  line-height: 27px;
  color: #444444;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box > * {
  display: table-cell;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
  width: 5px;
  position: relative;
  text-indent: -999em;
  margin: 0 10px;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator:before {
  height: 1px;
  width: 100%;
  background: #444444;
  top: 14px;
  left: 0px;
  position: absolute;
  content: "";
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
  font-size: 12px;
  font-family: arial, sans-serif;
  margin-left: 0px;
  border: 1px solid #dddddd;
  width: 60px;
  text-align: left;
  height: 29px;
  line-height: 29px;
  border-radius: 0px;
  padding: 0 5px;
  color: #444444;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"]:focus {
  border-color: #999;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"] {
  position: absolute;
  right: 0px;
  top: 8px;
  padding: 0px 15px;
  border-radius: 5px;
  color: #3ab54a;
  border: 2px solid #bbb;
  background: #fff;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover {
  color: #3ab54a;
}

.block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0;
}

.block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 10px 0px;
}

.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  margin: 6px 8px;
  border: none;
  border-radius: 0;
  background: #3ab54a;
  height: 7px;
}

.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  height: 7px;
  top: 0px;
}

.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  height: 22px;
  width: 22px;
  border-radius: 100%;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/ico-sliderhandle.png") no-repeat left top;
  top: -8px;
  margin-left: -11px;
}

.block.block-layered-nav dl#narrow-by-list dd.last {
  border: none;
}

.block.block-layered-nav dl#narrow-by-list dd.last ol {
  margin-bottom: 0px;
}

/*--- Block-cart ---*/
.block-cart {
  float: left;
  margin: 0 0 0 1px;
}

.block-cart ol {
  margin: 0 0 15px 0;
  list-style: none;
}

.block-cart ol li {
  display: block;
  width: 100%;
  clear: both;
  padding: 8px 0;
}

.block-cart ol li .product-image {
  float: left;
  border: 1px solid #CCC;
  margin: 0 10px 0 0;
}

.block-cart p.empty {
  margin: 10px 0 0;
}

.block-cart p.subtotal {
  float: left;
  margin: 10px 0;
}

.block-cart p.subtotal .label {
  margin: 0 0;
  padding: 0 0;
}

.block-cart .actions {
  float: right;
}

.block-cart .block-subtitle {
  float: left;
}

/*--- My account ---*/
.my-account .page-title {
  margin-bottom: 15px !important;
}

.my-account .pager .amount {
  float: left;
  margin: 0 0;
}

.my-account .pager .limiter {
  float: right;
}

.my-account .pager .limiter label {
  float: left;
  margin: 0 10px 0 0;
  line-height: 26px;
}

.my-account .pager .limiter select {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 2px;
  width: 80px;
}

.my-account .tags-list li {
  float: left;
  margin-right: 10px;
}

.my-account .tags-list li a {
  font-size: 100% !important;
  text-transform: capitalize;
}

.tag-customer-index .buttons-set {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.block-subscribe > label {
  margin: 20px 0 0;
  color: #444444;
}

.block-subscribe .block-content form {
  margin-bottom: 0px;
}

.block-subscribe .block-content form .input-box input {
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 7px;
  margin: 0 0 20px;
  height: 36px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-subscribe .block-content form .input-box input.validation-failed {
  border-color: #B94A48;
}

.block-subscribe .block-content form .input-box .actions button {
  font-size: 92.30%;
  font-weight: normal;
}

.block-subscribe .block-content form .input-box .validation-advice {
  display: none;
}

/* Block: Currency Switcher */
.group-cur-lang .block {
  float: left;
  margin-bottom: 0;
}

.group-cur-lang .block-currency {
  width: 58px;
  height: 20px;
  border: none;
  background: #696969;
  border-radius: 3px;
}

.group-cur-lang .block-currency .jqTransformSelectWrapper,
.group-cur-lang .block-currency .jqTransformSelectWrapper > div > span,
.group-cur-lang .block-currency .jqTransformSelectWrapper ul,
.group-cur-lang .block-currency .jqTransformSelectWrapper ul li {
  width: 100% !important;
  float: left;
  cursor: pointer;
}

.group-cur-lang .block-currency .block-content {
  overflow: hidden;
  margin-top: 0;
  background: none;
  padding: 0;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper > div {
  padding-left: 10px;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper > div > span {
  position: relative;
  line-height: 20px;
  color: #fff;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper > div > span:before {
  color: #fff;
  content: "\f107";
  float: left;
  font-family: "Fontawesome";
  font-size: 14px;
  height: 10px;
  line-height: 100%;
  margin-top: -6px;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 10px;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul {
  background: #5c5c5c;
  overflow: hidden;
  float: left;
  margin: 1px 0 0 0;
  position: relative;
  z-index: 1;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li {
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li:hover {
  background: #333333;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li:hover a {
  color: #fff;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-position: 0 7px;
}

.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper .jqTransformHidden {
  display: none;
}

.group-cur-lang .block-language {
  width: 100px;
  height: 20px;
  background: #696969;
  margin-right: 5px;
  border-radius: 3px;
}

.group-cur-lang .block-language .jqTransformSelectWrapper,
.group-cur-lang .block-language .jqTransformSelectWrapper ul,
.group-cur-lang .block-language .jqTransformSelectWrapper > div > span,
.group-cur-lang .block-language .jqTransformSelectWrapper ul li {
  width: 100px !important;
  float: left;
  cursor: pointer;
}

.group-cur-lang .block-language .jqTransformSelectWrapper > div > span {
  width: auto !important;
}

.group-cur-lang .block-language .jqTransformSelectWrapper > div {
  padding-left: 6px;
}

.group-cur-lang .block-language .jqTransformSelectWrapper > div > span {
  padding-left: 22px;
  position: relative;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 2px 5px;
  color: #fff;
}

.group-cur-lang .block-language .jqTransformSelectWrapper > div > span:before {
  color: #fff;
  content: "\f107";
  float: left;
  font-family: "Fontawesome";
  font-size: 14px;
  height: 10px;
  line-height: 100%;
  margin-top: -6px;
  position: absolute;
  right: -28px;
  top: 50%;
  width: 25px;
}

.group-cur-lang .block-language .jqTransformSelectWrapper ul {
  background: #5c5c5c;
  overflow: hidden;
  float: left;
  margin: 1px 0 0 1px;
  position: relative;
  z-index: 999;
}

.group-cur-lang .block-language .jqTransformSelectWrapper ul li {
  padding-left: 6px;
  line-height: 24px;
}

.group-cur-lang .block-language .jqTransformSelectWrapper ul li:hover {
  background: #333333;
}

.group-cur-lang .block-language .jqTransformSelectWrapper ul li:hover a {
  color: #fff;
}

.group-cur-lang .block-language .jqTransformSelectWrapper ul li a {
  padding-left: 20px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  color: #fff;
  background-position: 0 7px;
}

.group-cur-lang .block-language .jqTransformSelectWrapper .jqTransformHidden {
  display: none;
}

/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}

.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Block: Banner */
.block-banner {
  border: 0;
}

.block-banner .block-content {
  padding: 0;
  text-align: center;
}

/* Block: Login */
.block-login .block-content {
  padding: 5px 10px;
}

.block-login label {
  font-weight: bold;
  color: #666;
}

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}

.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.sidebar .paypal-logo a {
  float: none;
}

/*--- products-grid ---*/
@media all and (min-width: 768px) {
  .products-grid > .item {
    min-height: 360px;
  }
}

.products-grid .item {
  margin-bottom: 30px;
}

.products-grid .item .item-wrap {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

.products-grid .item .item-wrap .item-image {
  position: relative;
}

.products-grid .item .item-wrap .item-image .product-image {
  display: block;
  text-align: center;
}

.products-grid .item .item-wrap .item-image .product-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.products-grid .item .item-wrap .item-image:hover .group-item a,
.products-grid .item .item-wrap .item-image:hover a.sm_quickview_handler {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
}

.products-grid .item .item-wrap .item-image:hover .product-image img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.products-grid .item .item-wrap .item-image .group-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products-grid .item .item-wrap .item-image .group-item a {
  position: relative;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  padding: 10px;
}

.products-grid .item .item-wrap .item-image .group-item a {
  float: left;
  background-color: #fff;
}

.products-grid .item .item-wrap .item-image .group-item a:not(:last-child) {
  margin-right: 10px;
}

.products-grid .item .item-wrap .item-image .group-item a span:nth-of-type(2) {
  display: none;
}

.products-grid .item .item-wrap .item-image .group-item a.link-compare {
  display: none;
}

.products-grid .item .item-wrap .item-image .group-item a .glyphicon {
  display: block;
  font-size: 20px;
}

.products-grid .item .item-wrap .item-image .group-item a:hover {
  background-color: #3ab54a;
  color: #fff;
  cursor: pointer;
}

.products-grid .item .item-wrap .item-image .group-item a.out-of-stock {
  display: none;
}

.products-grid .item .item-wrap .item-image a.sm_quickview_handler {
  float: left;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: 41px;
  background-color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition: all 0.22s ease-in;
  transition: all 0.22s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}

.products-grid .item .item-wrap .item-image a.sm_quickview_handler:before {
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.products-grid .item .item-wrap .item-image a.sm_quickview_handler:hover {
  background-color: #3ab54a;
  border-color: #3ab54a;
}

.products-grid .item .item-wrap .item-info {
  overflow: hidden;
  padding: 0 5px 25px;
  max-width: 270px;
  margin: 0 auto;
}

.products-grid .item .item-wrap .item-info .no-rating {
  margin: 0;
  height: 19px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.products-grid .item .item-wrap .item-info .ratings {
  margin-top: 7px;
}

.products-grid .item .item-wrap .item-info .ratings .amount {
  display: none;
}

.products-grid .item .item-wrap .item-info .price-box {
  margin-top: 8px;
}

/*--- product-list ---*/
.products-list {
  float: left;
  width: 100%;
}

.products-list .item {
  margin-bottom: 30px;
}

@media all and (min-width: 769px) and (max-width: 991px) {
  .products-list .item {
    margin-bottom: 60px;
  }
}

.products-list .item .item-wrap {
  position: relative;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 15px;
}

.products-list .item .item-wrap img {
  width: 100%;
}

@media all and (min-width: 481px) and (max-width: 767px), (min-width: 992px) {
  .products-list .item .item-wrap {
    float: left;
    width: 33%;
  }
}

@media all and (min-width: 481px) and (max-width: 767px), (min-width: 992px) {
  .products-list .item .product-shop {
    width: 63%;
    margin-left: 4%;
    float: right;
  }
}

.products-list .item .item-wrap .new-item,
.products-list .item .item-wrap .sale-item {
  top: -2px;
}

.products-list .item .item-wrap .sale-item {
  left: -1px;
}

.products-list .item .item-wrap .new-item {
  right: -2px;
}

.products-list .item .item-wrap .item-image .sm_quickview_handler {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-top: -18px;
  margin-left: -18px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  text-indent: -9999em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.products-list .item .item-wrap .item-image .sm_quickview_handler:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.products-list .item .item-wrap .item-image .sm_quickview_handler:hover {
  background-color: #3ab54a;
  border-color: #3ab54a;
}

.products-list .item .item-wrap .item-image:hover .sm_quickview_handler {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.products-list .item .item-wrap .item-image:hover a.product-image img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.products-list .item .price-box {
  margin: 3px 0 0;
  overflow: hidden;
  float: none;
  display: block;
  width: auto;
}

.products-list .item .price-box .price {
  font-size: 150%;
}

.products-list .item .price-box .old-price {
  position: relative;
  margin-top: 3px;
}

.products-list .item .price-box .old-price .price {
  font-size: 116.66%;
  color: #909090;
}

.products-list .item .price-box .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1px;
  width: 100%;
  height: 1px;
  background: #909090;
}

.products-list .item .ratings {
  display: inline-block;
  margin-top: 11px;
}

.products-list .item .ratings .amount {
  margin-left: 15px;
  line-height: 11px;
  float: left;
}

.products-list .item .ratings .amount a {
  text-transform: lowercase;
  color: #666;
}

.products-list .item .ratings .amount a:hover {
  color: #3ab54a;
}

.products-list .item .desc {
  margin: 12px 0 20px;
}

.products-list .item .group-item {
  float: left;
}

@media all and (max-width: 767px) {
  .products-list .item .group-item {
    clear: left;
  }
}

.products-list .item .group-item a {
  display: inline-block;
  line-height: 34px;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.products-list .item .group-item a:not(:last-child) {
  margin-right: 10px;
}

.products-list .item .group-item a:hover {
  cursor: pointer;
}

.products-list .item .group-item a .glyphicon {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.products-list .item .group-item a.btn-cart {
  text-transform: uppercase;
  color: #fff;
  background-color: #34a142;
  position: relative;
  padding-left: 34px;
}

.products-list .item .group-item a.btn-cart .glyphicon {
  padding: 7px;
  background-color: #3ab54a;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
}

.products-list .item .group-item a.btn-cart:hover {
  background: #666;
}

.products-list .item .group-item a.btn-cart:hover .glyphicon {
  background-color: #888;
}

.products-list .item .group-item a.btn-cart span:nth-of-type(2) {
  padding: 0 12px;
}

.products-list .item .group-item a.link-compare {
  display: none;
}

.products-list .item .group-item a.link-wishlist {
  border: 1px solid #ddd;
}

.products-list .item .group-item a.link-wishlist .glyphicon {
  display: block;
  width: 34px;
  padding: 6px;
}

.products-list .item .group-item a.link-wishlist span:nth-of-type(2) {
  display: none;
}

.products-list .item .group-item a.link-wishlist:hover {
  background-color: #3ab54a;
}

.products-list .item .group-item a.link-wishlist:hover .glyphicon {
  color: #fff;
}

/* Product View ========================================================================== */
.page-sitemap ul.links {
  list-style: none;
  margin: 0 0;
  float: left;
}

.page-sitemap .pager {
  float: right;
  margin: 0 0;
}

.page-sitemap .pager .pages {
  margin: 0 0 0 8px;
}

.page-sitemap .sitemap {
  clear: both;
  padding: 10px 0;
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  margin-bottom: 10px;
}

.page-sitemap ul.links a {
  text-transform: uppercase;
  font-weight: bold;
}

.advanced-search select {
  padding: 3px;
}

.advanced-search select option {
  padding: 3px;
}

/*--- rating ---*/
.rating-box {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_rating.png") repeat-x scroll 0px 0 transparent;
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: middle;
  width: 70px;
  margin: 0 0;
  float: left;
}

.rating-box .rating {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_rating.png") repeat-x scroll 0px 100% transparent;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
}

.no-rating a {
  color: #444444;
}

.no-rating a:hover {
  color: #3ab54a;
}

.rating-links a {
  margin: 0 8px;
  color: #444444;
}

.rating-links a:hover {
  color: #3ab54a;
}

/* Rating */
.ratings-table {
  margin: 10px 0;
}

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

/* Email to a Friend */
.email-friend {
  margin: 0;
}

/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}

.alert-stock {
  margin: 0;
  font-size: 11px;
}

/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}

.minimal-price .price-label {
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
}

.minimal-price-link .label {
  color: #1e7ec8;
}

.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999;
}

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}

/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}

.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200;
}

/* Configured price */
.configured-price {
  margin: 0;
}

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.configured-price .price {
  font-weight: bold;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}

.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}

.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}

.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from {
  margin: 0;
}

.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to {
  margin: 0;
}

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  color: #999;
}

.price-notice .price {
  font-weight: normal;
  color: #ff0000;
}

/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}

.tier-prices li {
  line-height: 1.4;
  padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}

.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}

.tier-prices-grouped li .price {
  font-weight: bold;
}

/* Add to Links */
.add-to-links .separator {
  display: none;
}

/* Block: Upsell */
.box-up-sell {
  margin: 0 0;
  position: relative;
}

.box-up-sell .block-title {
  background: transparent;
  color: #909090;
  padding: 0px;
}

.box-up-sell .block-content {
  padding: 15px 0 0;
}

.box-up-sell .block-content .up-sell-products {
  margin: 0 0;
}

.box-up-sell .block-content .up-sell-products .caroufredsel_wrapper {
  width: 100% !important;
  margin: 0;
}

.box-up-sell .block-content .up-sell-products ul {
  list-style: none;
  margin-top: 0;
}

.box-up-sell .block-content .up-sell-products ul li.item {
  height: auto;
  margin-top: 4px;
  display: block;
  margin-left: 22px;
}

.box-up-sell .block-content .up-sell-products ul li.item .item-image .product-image {
  display: inline-block;
  margin: 0 10px 0 0;
}

.box-up-sell .block-content .up-sell-products ul li.item .btn-cart {
  display: none;
}

.box-up-sell .block-content .up-sell-products ul li.item:first-child {
  padding-top: 0px;
  border-top: none;
  margin-left: 0px;
}

.box-up-sell .block-content .up-sell-products ul li.item .item-inner {
  border: none;
  position: static;
}

.box-up-sell .block-content .up-sell-products ul li.item:hover .item-inner {
  height: auto;
  border: none;
}

/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}

.send-friend .form-list li {
  margin-right: -15px;
}

.send-friend .form-list li p {
  margin: 0 15px 0 0;
}

.send-friend .form-list .field {
  width: 315px;
}

.send-friend .form-list .input-box {
  width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}

.send-friend .form-list li.wide .input-box {
  width: 612px;
}

.send-friend .form-list li.wide textarea {
  width: 609px;
}

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}

/* ======================================================================================= */
/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}

.advanced-search-summary ul {
  float: left;
  width: 49%;
}

.advanced-search-summary .glyphicon, .advanced-search-summary strong {
  color: #E17C24;
}

.advanced-search-summary strong {
  padding-left: 15px;
}

.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* CMS Home Page */
/* RSS */
.rss-title h1 {
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}

.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
}

.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}

.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}

.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}

.gift-messages-form label {
  float: none !important;
  position: static !important;
}

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}

.gift-messages-form .whole-order {
  margin: 0 0 25px;
}

.gift-messages-form .item {
  margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}

.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}

.gift-messages-form .item .details {
  margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
  width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}

.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}

.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}

.opc .checkout-agreements li {
  margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}

.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}

.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}

.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}

.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.info-set .box {
  margin: 0 0 15px;
}

.info-set .box h2 {
  color: #e26703;
}

.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
  font-weight: bold !important;
}

.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.account-login .content h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0 0 10px 23px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  color: #3ab54a;
}

.account-login .new-users h2,
.account-login .registered-users h2 {
  position: relative;
}

.account-login .new-users h2 span:nth-of-type(1),
.account-login .registered-users h2 span:nth-of-type(1) {
  position: absolute;
  left: 0;
  font-size: 16px;
}

.account-login .buttons-set {
  border: 1px solid #ccc !important;
  margin: 0;
  padding: 8px 13px;
  background-color: #ebebeb;
}

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
  position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
  margin: 0;
}

.dashboard .col2-set {
  margin: 0 0 15px;
}

/* General Box */
.box-account {
  border: 1px solid #ccc;
  border-color: #ccc #999 #999 #ccc;
  padding: 15px;
  margin: 0 0 20px;
}

.box-account .box-head {
  border-bottom: 1px solid #d9dde3;
  margin: 0 0 10px;
  text-align: right;
}

.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #e65505;
  padding-left: 10px;
}

.box-account .box-head h2 .glyphicon {
  margin-right: 10px;
}

.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

/* Block: Account Information */
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}

.dashboard .box-reviews .details {
  margin-left: 20px;
}

.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
  margin: 0;
}

.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}

.dashboard .box-tags .details {
  margin-left: 20px;
}

.dashboard .box-tags li.item {
  margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
  margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}

/********** Dashboard > */
/* Address Book e26703*/
.addresses-list h2 {
  font-weight: bold;
  margin-top: 0;
  color: #3ab54a;
  text-transform: uppercase;
}

.addresses-list h3 {
  font-weight: bold;
}

.addresses-list address {
  margin: 0 0 3px;
}

.addresses-list p {
  margin: 0;
}

.addresses-list a {
  font-weight: bold;
}

.addresses-list .link-remove {
  color: #646464;
}

.addresses-list .separator {
  margin: 0 3px;
}

.addresses-list li.item {
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}

.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}

.addresses-list li.empty p {
  font-weight: bold;
}

.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info .current {
  font-weight: bold;
}

.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.order-info-box .box-payment p {
  margin: 0 0 3px;
}

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}

.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}

.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}

.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}

.order-items .order-links {
  text-align: right;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}

.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
}

.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}

.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}

.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}

.page-print .order-date {
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.page-print .col2-set {
  margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Wishlist */
.my-wishlist .price-box .price-from .price-label,
.my-wishlist .price-box .price-to .price-label {
  font-size: 12px;
}

.my-wishlist .data-table td {
  padding: 10px;
}

.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}

.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}

.my-wishlist .buttons-set {
  margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
  float: none;
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
  line-height: 30px;
}

.my-tag-edit .btn-remove {
  margin: 0 0 0 5px !important;
  line-height: 20px;
}

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}

#my-tags-table {
  clear: both;
}

#my-tags-table td {
  padding: 10px;
}

#my-tags-table .add-to-links {
  white-space: nowrap;
}

#my-tags-table .product-name {
  margin-bottom: 8px;
}

#my-tags-table .rating-box {
  margin-top: 3px;
  margin-right: 10px;
}

#my-tags-table .ratings {
  margin-bottom: 5px;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  font-weight: bold;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}

.billing-agreements .form-list li select {
  float: left;
}

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup-arrow {
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}

.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Content */
/* Footer ================================================================================ */
body #yt_footer .block-content > ul li a {
  font-weight: 300 !important;
}

#yt_footer .m-lr {
  clear: both;
  float: none;
}

@media all and (min-width: 510px) {
  #yt_footer .m-lr .block-cs {
    float: left;
    width: 48%;
  }
}

@media all and (max-width: 768px) {
  #yt_footer .m-lr .block-cs:nth-of-type(2n + 1) {
    clear: left;
  }
  #yt_footer .m-lr .block-cs:nth-of-type(2n) {
    margin-right: 4%;
  }
}

@media all and (min-width: 769px) {
  #yt_footer .m-lr .block-cs {
    width: 22.5%;
  }
  #yt_footer .m-lr .block-cs:not(:nth-of-type(4n)) {
    margin-right: 3.33333%;
  }
}

#yt_footer {
  background: #333;
  margin-top: 50px;
}

#yt_footer .block {
  padding: 29px 34px;
  position: relative;
  margin: 0;
}

#yt_footer .block .block-title {
  line-height: 30px;
  text-transform: none;
  font-size: 133.3333%;
  color: #ffffff;
}

#yt_footer .block:not(:first-child) {
  -webkit-box-shadow: 1px 0 0 0 #3a3a3a inset;
          box-shadow: 1px 0 0 0 #3a3a3a inset;
  border-left: 1px solid #2d2d2d;
}

#yt_footer .block:hover {
  background: #303030;
}

#yt_footer .block-content {
  margin-top: 5px;
}

#yt_footer .block-content > ul {
  list-style: disc;
  padding-left: 15px;
}

#yt_footer .block-content > ul li {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#yt_footer .block-content > ul li:hover {
  margin-left: 10px;
}

#yt_footer .block-content > ul li:hover a {
  color: #3ab54a;
}

#yt_footer .block-content > ul li a {
  font-size: 14px;
  width: 100%;
  line-height: 24px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#yt_footer .footer-bottom {
  background: #2d2d2d;
  padding: 12px 0;
  /* -------------------payment-------------------- */
}

#yt_footer .footer-bottom address {
  margin: 0;
  line-height: 24px;
  color: #fff;
  font-size: 13px;
}

#yt_footer .footer-bottom address a {
  color: #3ab54a;
}

#yt_footer .footer-bottom address .style-mt {
  color: #3ab54a;
}

#yt_footer .footer-bottom .f-right {
  text-align: right;
}

#yt_footer .footer-bottom .f-right ul.payment {
  margin: 0;
}

#yt_footer .footer-bottom .f-right ul.payment li {
  display: inline-block;
  margin-left: 5px;
  width: 36px;
  height: 24px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_bkg_pay.png") 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#yt_footer .footer-bottom .f-right ul.payment li span {
  text-indent: -999em;
  display: inline-block;
  overflow: hidden;
}

#yt_footer .footer-bottom .f-right ul.payment li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#yt_footer .footer-bottom .f-right ul.payment li.p2 {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_bkg_pay.png") 0 132px;
}

#yt_footer .footer-bottom .f-right ul.payment li.p3 {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_bkg_pay.png") 0 -72px;
}

#yt_footer .footer-bottom .f-right ul.payment li.p4 {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_bkg_pay.png") 0 -109px;
}

#yt_footer .footer-bottom .f-right ul.payment li.p5 {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_bkg_pay.png") 0 -145px;
}

/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}

.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}

.best-selling table {
  border-top: 1px solid #ccc;
}

.best-selling tr.odd {
  background: #eeeeee url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
  background: #ffffff url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

/* ======================================================================================= */
/*---Gen - breadcrumds---------*/
.wra-bread {
  background: #f6f6f6;
  margin-bottom: 30px;
}

.wra-bread .breadcrumbs ul {
  float: left;
  margin: 0;
}

.wra-bread .breadcrumbs ul li {
  float: left;
  position: relative;
}

.wra-bread .breadcrumbs ul li a,
.wra-bread .breadcrumbs ul li strong {
  font-size: 91.66666%;
  color: #4e4e4e;
  padding: 9px 16px 9px 0;
  display: block;
  font-weight: 400 !important;
  position: relative;
}

.wra-bread .breadcrumbs ul li a:hover {
  color: #3ab54a;
}

.wra-bread .breadcrumbs ul li a + span {
  position: absolute;
  top: 9px;
  right: 6px;
  color: #4e4e4e;
}

.wra-bread .breadcrumbs ul li strong {
  color: #3ab54a;
}

.wra-bread .breadcrumbs ul li.home {
  padding-left: 17px;
}

.wra-bread .breadcrumbs ul li.home .glyphicon {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-52%);
      -ms-transform: translateY(-52%);
          transform: translateY(-52%);
  left: 0;
}

/*---Gen - left---------*/
/* Block: Related */
.block-basic {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.block-basic .product-wrap {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.block-basic .product-wrap.first {
  margin-top: 30px;
}

.block-basic .product-wrap .product-name {
  line-height: 16px;
  margin-top: -3px;
}

.block-basic .product-wrap .product-name a {
  font-weight: 700px !important;
}

.block-basic .product-wrap .item {
  float: left;
  width: 100%;
}

.block-basic .product-wrap .item .product-content {
  float: left;
  max-width: 155px;
}

.block-basic .product-wrap .item .product-content .ratings {
  line-height: 11px;
  margin-top: 8px;
}

.block-basic .product-wrap .item .product-content .ratings .amount {
  clear: both;
  float: left;
  margin-top: 7px;
}

.block-basic .product-wrap .item .product-content .ratings .amount a {
  font-size: 91.67%;
  color: #909090;
}

.block-basic .product-wrap .item .product-content .ratings .amount a:hover {
  color: #3ab54a;
}

.block-basic .product-wrap .item .price-box {
  margin-top: 8px;
}

.block-basic .product-wrap .item .price-box p {
  margin-bottom: 0;
}

.block-basic .product-wrap .item .price-box .price-label {
  display: none;
}

.block-basic .product-wrap .item .price-box .special-price,
.block-basic .product-wrap .item .price-box .old-price {
  float: left;
}

.block-basic .product-wrap .item .price-box .old-price {
  position: relative;
  margin-top: 2px;
}

.block-basic .product-wrap .item .price-box .old-price .price {
  display: block;
}

.block-basic .product-wrap .item .price-box .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #909090;
}

.block-basic .product-wrap .item .product-image {
  float: left;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
}

.block-basic .product-wrap .item .product-image:hover {
  border-color: #3ab54a;
}

.block-featured {
  float: left;
  width: 100% !important;
  border: 1px solid #ddd;
  padding: 5px 18px 18px 18px;
}

.block-featured .block {
  margin-bottom: 0;
}

.block-featured .product-wrap.first {
  margin-top: 0;
}

.block-featured .product-wrap .item .product-name {
  margin-top: 5px;
}

.block-featured .product-wrap .item .product-image {
  border: none;
  margin-right: 0;
}

.block-featured .product-wrap .item .product-image img {
  width: 100%;
}

.block-featured .product-wrap .item .product-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.block-featured .product-wrap .item .price-box {
  margin-top: 6px;
}

.block-featured .product-wrap .item .price-box .old-price:before {
  margin-top: 1px;
}

.block-featured .product-wrap .item .ratings {
  margin-top: 9px !important;
}

.block-featured .product-wrap .item .ratings .amount {
  width: 100%;
  display: none;
}

.product-grouped-product .product-view .product-shop .wrap-pa .availability {
  top: -16px !important;
}

.product-view {
  /* Block: Tags */
}

.product-view .no-related .product-img-box {
  width: 31.6239%;
  margin-right: 2.5641%;
}

.product-view .no-related .product-shop {
  width: 65.812%;
}

.product-view .product-img-box {
  width: 40.1%;
  float: left;
  margin-right: 2.5641%;
}

.product-view .product-img-box .yt-detail-image {
  border: 1px solid #ddd;
  position: relative;
}

.product-view .product-img-box .yt-detail-image a {
  text-align: center;
}

.product-view .product-img-box .yt-detail-image a img {
  display: inline-block !important;
}

.product-view .product-img-box .yt-detail-image .popup-btn {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 9999;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup .glyphicon {
  position: absolute;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup .glyphicon-search {
  font-size: 30px;
  bottom: 0;
  right: 0;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup .glyphicon-plus {
  bottom: 5px;
  right: 11px;
  line-height: 2;
}

.product-view .product-img-box .more-views {
  margin: 10px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-view .product-img-box .more-views .owl-carousel.eq-1 {
  display: none;
}

@media all and (min-width: 430px) {
  .product-view .product-img-box .more-views .owl-carousel.eq-2 .owl-controls {
    display: none;
  }
}

.product-view .product-img-box .more-views .owl-item {
  display: inline-block;
  float: left;
}

.product-view .product-img-box .more-views .owl-item .item {
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-view .product-img-box .more-views .owl-item .item.selected {
  border-color: #3ab54a;
}

.product-view .product-img-box .more-views .owl-item a {
  display: inline-block;
  margin: 0 auto;
}

.product-view .product-img-box .more-views .owl-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-view .product-img-box .more-views .owl-nav {
  width: 100%;
}

.product-view .product-img-box .more-views .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.product-view .product-img-box .more-views .owl-nav > div span {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.product-view .product-img-box .more-views .owl-nav > div span:before {
  color: silver;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-view .product-img-box .more-views .owl-nav > div span:hover {
  background-color: #3ab54a;
}

.product-view .product-img-box .more-views .owl-nav > div span:hover:before {
  color: white;
}

.product-view .product-img-box .more-views .owl-nav .owl-prev {
  left: 0;
}

.product-view .product-img-box .more-views .owl-nav .owl-next {
  right: 0;
}

.product-view .product-shop {
  float: left;
  width: 57.3358%;
}

.product-view .product-shop .product-name h1 {
  font-size: 133.33%;
  margin: 0;
}

.product-view .product-shop .block-banner {
  margin-top: 22px;
}

.product-view .product-shop .block-banner img {
  width: 100%;
}

.product-view .product-shop .addthis_toolbox {
  margin-top: 25px;
  float: left;
}

.product-view .product-shop .no-rating {
  margin: 12px 0 0 0;
}

.product-view .product-shop .ratings {
  margin-top: 20px;
}

.product-view .product-shop .ratings .rating-links {
  line-height: 11px;
  margin: 0;
}

.product-view .product-shop .ratings .rating-links a {
  color: #666;
  margin: 0;
}

.product-view .product-shop .ratings .rating-links a.re-temp {
  margin-left: 0;
}

.product-view .product-shop .ratings .rating-links a:hover {
  color: #3ab54a;
}

.product-view .product-shop .wrap-pa {
  position: relative;
}

.product-view .product-shop .wrap-pa .availability .glyphicon {
  font-family: "Glyphicons Halflings" !important;
  margin-right: 6px;
}

.product-view .product-shop .wrap-pa .availability span {
  text-transform: lowercase;
}

.product-view .product-shop .wrap-pa p.in-stock {
  color: #3ab54a;
}

.product-view .product-shop .wrap-pa p.out-of-stock {
  color: #E65353;
}

.jmm {
  text-transform: lowercase;
}

.jedinica-mjere {
  clear: both;
}

.product-view .product-shop .price-box {
  float: none;
  width: 100%;
  margin: 15px 0 8px;
}

.product-view .product-shop .price-box > p {
  display: inline-block;
}

.product-view .product-shop .price-box .price {
  font-size: 150%;
}

.product-view .product-shop .price-box .price-label {
  display: none;
}

.product-view .product-shop .price-box .special-price,
.product-view .proƒduct-shop .price-box .old-price,
.product-view .product-shop .price-box .regular-price {
  margin-bottom: 0;
}

.product-view .product-shop .price-box .old-price {
  margin-top: 4px;
  margin-right: 4px;
}

.product-view .product-shop .price-box .old-price .price {
  font-size: 116.66%;
}

.product-view .product-shop .short-description {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.product-view .product-shop .qty-holder {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.product-view .product-shop .qty-holder > label {
  font-weight: normal;
}

.product-view .product-shop .add-to-box {
  clear: both;
}

.product-view .product-shop #product-options-wrapper .required {
  /*width: 50%;*/
  clear: both;
  margin-right: 10px;
}

.product-view .product-shop #super-product-table {
  margin: 20px 0;
}

.product-view .product-shop #super-product-table td {
  line-height: 34px;
}

.product-view .product-shop #super-product-table td .price-box {
  margin: 0;
}

.product-view .product-shop #super-product-table td .price-box .old-price {
  margin-top: 0;
}

.product-view .product-shop #super-product-table td input.input-text {
  text-align: center;
}

.product-view .product-shop .wrap-qty {
  float: left;
}

.product-view .product-shop .wrap-qty input {
  height: 34px;
  float: left;
  border-radius: 0;
}

.product-view .product-shop .wrap-qty input.qty {
  border: 1px solid #ddd;
  text-align: center;
  width: 38px;
  font-size: 116.66%;
  margin:0;
}

.product-view .product-shop .wrap-qty .quantity-controls {
  height: 34px;
  width: 32px;
  position: relative;
  margin-bottom: 0;
  float: left;
  border-radius: 0;
  top: 0;
  line-height: 1;
}

.product-view .product-shop .wrap-qty .quantity-controls:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-view .product-shop .wrap-qty .quantity-controls.quantity-plus {
  margin-right: 12px;
}

.product-view .product-shop .product-options-bottom .or,
.product-view .product-shop .add-to-box .or {
  display: none;
}

.product-view .product-shop .product-options-bottom.group-item,
.product-view .product-shop .add-to-box.group-item {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #eeeeee;
}

.product-view .product-shop .product-options-bottom.group-item .add-to-cart,
.product-view .product-shop .add-to-box.group-item .add-to-cart {
  float: left;
}

@media all and (max-width: 400px) {
  .product-view .product-shop .product-options-bottom.group-item .add-to-cart,
  .product-view .product-shop .add-to-box.group-item .add-to-cart {
    clear: left;
  }
}

.product-view .product-shop .product-options-bottom.group-item a,
.product-view .product-shop .add-to-box.group-item a {
  display: inline-block;
  line-height: 34px;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-view .product-shop .product-options-bottom.group-item a:hover,
.product-view .product-shop .add-to-box.group-item a:hover {
  cursor: pointer;
}

.product-view .product-shop .product-options-bottom.group-item a .glyphicon,
.product-view .product-shop .add-to-box.group-item a .glyphicon {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart,
.product-view .product-shop .add-to-box.group-item a.btn-cart {
  text-transform: uppercase;
  color: #fff;
  background-color: #34a142;
  position: relative;
  padding-left: 34px;
  margin-right: 10px;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart .glyphicon,
.product-view .product-shop .add-to-box.group-item a.btn-cart .glyphicon {
  padding: 7px;
  background-color: #3ab54a;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart:hover,
.product-view .product-shop .add-to-box.group-item a.btn-cart:hover {
  background: #666;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart:hover .glyphicon,
.product-view .product-shop .add-to-box.group-item a.btn-cart:hover .glyphicon {
  background-color: #888;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart span:nth-of-type(2),
.product-view .product-shop .add-to-box.group-item a.btn-cart span:nth-of-type(2) {
  padding: 0 12px;
}

.product-view .product-shop .product-options-bottom.group-item a.link-compare,
.product-view .product-shop .add-to-box.group-item a.link-compare {
  display: none;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist,
.product-view .product-shop .add-to-box.group-item a.link-wishlist {
  border: 1px solid #ddd;
  background-color: #fff;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist .glyphicon,
.product-view .product-shop .add-to-box.group-item a.link-wishlist .glyphicon {
  display: block;
  width: 34px;
  padding: 6px;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist span:nth-of-type(2),
.product-view .product-shop .add-to-box.group-item a.link-wishlist span:nth-of-type(2) {
  display: none;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist:hover,
.product-view .product-shop .add-to-box.group-item a.link-wishlist:hover {
  background-color: #3ab54a;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist:hover .glyphicon,
.product-view .product-shop .add-to-box.group-item a.link-wishlist:hover .glyphicon {
  color: #fff;
}

.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .add-to-box .price-box {
  display: none !important;
}

.product-view .product-shop #product-options-wrapper {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #eeeeee;
}

.product-view .product-shop #product-options-wrapper #downloadable-links-list li {
  position: relative;
}

.product-view .product-shop #product-options-wrapper #downloadable-links-list li input {
  position: absolute;
}

.product-view .product-shop #product-options-wrapper #downloadable-links-list li .label {
  float: left;
  font-size: 100%;
  font-weight: normal !important;
  line-height: 26px;
  margin-left: 20px;
  padding: 0;
}

.product-view .product-shop #product-options-wrapper #downloadable-links-list li .label label {
  font-weight: normal;
  margin: 0;
}

.product-view .product-shop #product-options-wrapper p.required {
  float: left;
  margin: 10px 0 0 0;
}

.product-view .product-shop #product-options-wrapper .group-item {
  float: left;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.product-view .product-shop #product-options-wrapper .group-item label {
  margin-bottom: 4px;
}

.product-view .product-shop #product-options-wrapper dl dt label em {
  color: #f00;
  margin-right: 5px;
}

.product-view .product-shop #product-options-wrapper .selector {
  position: relative;
}

.product-view .product-shop #product-options-wrapper .selector[id*="uniform-bundle-option-"] span {
  display: none;
}

.product-view .product-shop #product-options-wrapper span[id^="bundle-option-"] + .qty-holder {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-view .product-shop #product-options-wrapper .selector span {
  background: #eee;
  line-height: 28px;
  text-align: left;
  position: relative;
  display: block;
  padding: 0;
  color: #777;
}

.product-view .product-shop #product-options-wrapper .price-box {
  display: none;
}

.product-view .product-shop #product-options-wrapper .input-box select {
  /*left: 0 !important;*/
  opacity: 1;
  filter: alpha(opacity=1);
  /*position: static;*/
  top: 0;
  width: 100% !important;
  height: 28px;
  cursor: pointer;
  padding: 0 20px 0 12px !important;
}

.product-view .product-shop .wrap-qty .qty-title {
  font-size: 125%;
  float: left;
  line-height: 34px;
  margin-right: 5px;
  display: none;
}

.product-view .product-shop .wrap-qty .qty-unit {
	font-size: 125%;
	float:left;
	line-height:34px;
	margin-right:20px;
}

.product-view .product-shop .wrap-qty .qty-set {
  float: left;
}

.product-view .box-tags {
  margin: 0;
}

.product-view .box-tags h3 {
  font-size: 13px;
}

.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
  display: inline;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_bkg_pipe3.gif") 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}

.product-view .box-tags .form-add label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
  float: left;
  width: 50%;
  margin: 0 5px 0 0;
  padding: 0 0 0 23px;
  position: relative;
}

.product-view .box-tags .form-add .input-box .glyphicon {
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 10px;
}

.product-view .box-tags .form-add input.input-text {
  width: 100%;
}

.product-view .box-tags .form-add .button {
  padding: 7px 7px 8px;
}

.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px;
}

/*---bundle price---------*/
.price-box-bundle {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.price-box-bundle .price-box {
  margin: 0 !important;
}

.price-box-bundle .price-box .price {
  float: left;
  font-size: 200%;
}

.price-box-bundle .price-box .price-label {
  display: block !important;
  float: left;
  line-height: 30px;
  font-weight: normal;
  margin-right: 5px;
}

.price-box-bundle .price-box .price-from {
  margin-right: 10px;
  float: left;
}

.price-box .price-as-configured .price-label {
  display: inline-block !important;
  color: #666;
  font-weight: normal;
  margin-right: 5px;
}

.price-box .price-as-configured .full-product-price {
  display: inline-block;
}

.price-box .price-as-configured .price {
  margin-top: 0px;
}

/*--------------yt_tab_products---------*/
.product-collateral {
  margin-top: 50px;
  border: 1px solid #ddd;
}

.toggle-tabs {
  border-bottom: 3px solid #3ab54a;
}

@media all and (max-width: 767px) {
  .toggle-tabs {
    display: none;
  }
}

.toggle-tabs li {
  display: inline-block;
  float: left;
}

.collateral-tab-item {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .collateral-tab-item {
    display: inline-table !important;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 16px 32px;
  }
  .collateral-tab-item:last-of-type {
    border-bottom-width: 0;
  }
}

@media all and (min-width: 768px) {
  .collateral-tab-item {
    display: inline-block;
    padding: 16px;
    border-right: 1px solid #ddd;
    border-bottom: 3px solid transparent;
  }
}

.collateral-tab-item.current {
  color: #3ab54a;
  border-bottom: 3px solid #3ab54a;
}

.collateral-tab-item:hover {
  border-bottom-color: #3ab541;
}

.collateral-tab-item span {
  display: table-cell;
  vertical-align: middle;
}

.collateral-tab-item span:nth-of-type(1) {
  width: 90%;
}

.collateral-tab-item .glyphicon {
  text-align: right;
  width: 10%;
}

@media all and (min-width: 768px) {
  .collateral-tab-item .glyphicon {
    display: none;
  }
}

.collateral-tabs {
  margin-bottom: 0;
}

.collateral-tabs dt, .collateral-tabs dd {
  display: none;
}

@media all and (max-width: 767px) {
  .collateral-tabs dt {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .collateral-tabs dt {
    display: none;
  }
}

.collateral-tabs dt.current + dd {
  display: block;
}

.collateral-tabs dd {
  padding: 27px 15px;
}

@media all and (min-width: 768px) {
  .collateral-tabs dd {
    padding: 27px 40px;
  }
}

.collateral-tabs h2 {
  display: none;
}

.collateral-tabs h3 {
  font-size: 13px;
}

.collateral-tabs .pager {
  background: #ECECEC;
  line-height: 40px;
}

.collateral-tabs .pager p, .collateral-tabs .pager label {
  margin-bottom: 0;
}

.collateral-tabs .amount {
  float: left;
  margin-left: 10px;
}

.collateral-tabs .limiter {
  float: right;
  margin-right: 10px;
}

.collateral-tabs #customer-reviews dt, .collateral-tabs #customer-reviews dd {
  display: block;
}

.collateral-tabs #customer-reviews dd {
  padding: 0;
}

#yt_tab_products .yt-tab-content #yt_tab_decription .collateral-box > h2 {
  display: none;
}

#yt_tab_products .yt-tab-content .box-collateral h2,
#yt_tab_products .yt-tab-content #yt_tabitem_additional h2 {
  margin-top: 0;
  font-size: 133.33%;
  display: none;
}

#yt_tab_products .yt-tab-content #yt_tabitem_additional .data-table tr.last th.label {
  border-bottom: none;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform,
#yt_tab_products .yt-tab-content #customer-reviews {
  /* Block: Reviews */
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .data-table .radio,
#yt_tab_products .yt-tab-content #customer-reviews .data-table .radio {
  position: relative;
  left: 50%;
  margin-left: -4px;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dl,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dl {
  margin: 15px 0;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dt a,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dt a,
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dt span,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dt span {
  font-weight: bold;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dd,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dd {
  margin: 0 0 15px;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dd small,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dd small {
  font-style: italic;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add {
  margin: 15px 0 0;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add h3,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add h3 span,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add h3 span {
  font-weight: bold;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add h4,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add h4 {
  font-size: 12px;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .data-table td,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .data-table td {
  text-align: center;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list {
  width: 50%;
  margin: 15px 0 0;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list .input-box,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list .input-box {
  width: 100%;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list input.input-text,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list input.input-text,
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list textarea,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list textarea {
  width: 100%;
}

#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .buttons-set,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .buttons-set {
  width: 50%;
}

/*------------------related product-----------------*/
.block-related {
  margin: -10px 0 0 0 !important;
  padding-bottom: 10px !important;
  min-height: 410px;
}

.block-related .page-button .control-button li {
  border: 1px solid #ddd !important;
  background: #fff !important;
  display: block;
  height: 25px !important;
  position: absolute;
  top: -63px;
  width: 25px !important;
  margin-left: 5px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.block-related .page-button .control-button li .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-related .page-button .control-button li.next {
  right: 0px;
}

.block-related .page-button .control-button li.preview {
  right: 30px;
}

.block-related .page-button .control-button li.preview:before {
  height: 12px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 10px;
}

.block-related .page-button .control-button li:hover {
  cursor: pointer;
  background: #3ab54a !important;
  color: #fff;
  border-color: #3ab54a !important;
}

.block-related .slider {
  margin: 0 -15px !important;
}

.block-related .slider .vp {
  min-height: 362px;
}

.block-related .slider .ratings {
  margin: 7px 0 5px !important;
}

.block-related .block-title {
  margin-bottom: 30px !important;
}

.block-related.products-grid .item {
  padding: 0 15px;
  font-size: 12px !important;
  margin-bottom: 0 !important;
  position: relative;
}

.block-related.products-grid .item .item-image a {
  text-align: center;
}

.block-related.products-grid .item .item-image a img {
  width: auto;
}

.block-related.products-grid .item .item-info {
  margin-top: 0;
}

.block-related.products-grid .item .item-info .price-box > p {
  display: inline-block;
}

.block-related.products-grid .item .item-info .price-box .price-label {
  display: none;
}

.block-related.products-grid .item .item-info .price-box .old-price {
  margin-top: 2px;
}

/*-------------upsell_pro------------*/
.wrap-upsell_pro {
  overflow: hidden;
}

.wrap-upsell_pro #upsell_pro {
  margin-bottom: 0 !important;
  margin-top: 35px !important;
}

.wrap-upsell_pro #upsell_pro .block-title {
  margin: 0 -20px 30px -20px;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  height: 25px;
  position: absolute;
  top: -63px;
  width: 25px;
  margin-left: 5px;
  opacity: 1 !important;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li.next {
  right: -20px;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li.preview {
  right: 10px;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li:hover {
  cursor: pointer;
  background: #3ab54a;
  border-color: #3ab54a;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li:hover .glyphicon {
  color: #fff;
}

.wrap-upsell_pro #upsell_pro .slider {
  margin: 0 -35px !important;
}

.wrap-upsell_pro #upsell_pro .slider .vpo-wrap .vp {
  min-height: 335px !important;
}

.wrap-upsell_pro #upsell_pro.products-grid .item {
  padding: 0 15px;
  font-size: 12px;
  position: relative;
}

.wrap-upsell_pro #upsell_pro.products-grid .item .item-image a {
  text-align: center;
}

.wrap-upsell_pro #upsell_pro.products-grid .item .item-image a img {
  width: auto;
}

.wrap-upsell_pro #upsell_pro.products-grid .item .item-info {
  margin-top: 0;
}

.wrap-upsell_pro #upsell_pro.products-grid .item .item-info .ratings {
  margin: 7px 0 5px !important;
}

.wrap-upsell_pro #upsell_pro.products-grid .item .item-info .price-box {
  margin-top: 0;
}

.wrap-upsell_pro #upsell_pro.products-grid .item .item-info .price-box .old-price {
  margin-top: 2px;
}

.cms-home-02 .content-bottom-7 .block-news-letter {
  padding: 17px 10px 0;
  min-height: 230px;
  margin-top: 20px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/bg-newlleter.png") no-repeat center center;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content p {
  color: #fff;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content p.title {
  font-size: 250%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content p.bottom {
  font-size: 108.333%;
  margin-bottom: 15px;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content p a {
  color: #fff;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content p a:hover {
  color: #3ab54a;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail #newsletter {
  width: 100%;
  height: 40px !important;
  line-height: 40px !important;
  padding-left: 15px;
  color: #999;
  border: none !important;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content {
  position: relative;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions {
  position: absolute;
  right: 0;
  top: 0;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions .button {
  background: #3ab54a;
  width: 50px !important;
  height: 40px !important;
  border-radius: 0;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions .button span span {
  text-indent: -9999em;
  display: block;
}

.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions .button:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: 11px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/bg-update.png") -174px 0;
}

.cms-home-01 .content-bottom-7,
.cms-home-02 .content-bottom-7 {
  background: #fff;
}

.cms-home-01 .content-bottom-7 .c-left,
.cms-home-02 .content-bottom-7 .c-left {
  margin-top: -11px;
}

.cms-home-01 .content-bottom-7 .sm-categoryslider.no-cat-image .preset01-3 .categoryslider,
.cms-home-02 .content-bottom-7 .sm-categoryslider.no-cat-image .preset01-3 .categoryslider,
.cms-home-01 .content-bottom-7 .sm-categoryslider.no-cat-sub .preset01-3 .categoryslider,
.cms-home-02 .content-bottom-7 .sm-categoryslider.no-cat-sub .preset01-3 .categoryslider {
  width: 100% !important;
}

.cms-home-01 .content-bottom-7 .sm-categoryslider .page-title-categoryslider,
.cms-home-02 .content-bottom-7 .sm-categoryslider .page-title-categoryslider {
  margin: 0;
}

.cms-home-01 .content-bottom-7 .sm-categoryslider .control-button li,
.cms-home-02 .content-bottom-7 .sm-categoryslider .control-button li {
  top: -35px;
}

.cms-home-01 .content-bottom-7 .categoryslider-content,
.cms-home-02 .content-bottom-7 .categoryslider-content {
  border: none;
  float: none;
  width: auto;
  margin: 0 -15px;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .categoryslider,
.cms-home-02 .content-bottom-7 .categoryslider-content .categoryslider {
  margin: 0;
  padding: 0 !important;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .categoryslider:before,
.cms-home-02 .content-bottom-7 .categoryslider-content .categoryslider:before {
  display: none;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .categoryslider .vpo-wrap .vp .item,
.cms-home-02 .content-bottom-7 .categoryslider-content .categoryslider .vpo-wrap .vp .item {
  padding: 0 15px;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat {
  float: left;
  width: 100%;
  padding: 9px 15px 13px !important;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat ul li,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat ul li {
  float: left;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a {
  padding: 4px 8px 4px 15px !important;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a:before,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a:before {
  background: none !important;
  top: 7px !important;
  left: 0 !important;
  content: "\f111" !important;
  font-size: 8px;
  font-family: "Fontawesome";
  color: #929292;
}

.cms-home-01 .content-bottom-7 .categoryslider-content .icon-cate,
.cms-home-02 .content-bottom-7 .categoryslider-content .icon-cate {
  display: none;
}

.cms-home .content-bottom-7 .sm-categoryslider,
.cms-home-01 .content-bottom-7 .sm-categoryslider {
  overflow: hidden;
}

.content-bottom-7 {
  background: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 15px;
}

.content-bottom-7 .sm-categoryslider .control-button li {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  height: 25px;
  position: absolute;
  top: -63px;
  width: 25px;
  margin-left: 5px;
}

.content-bottom-7 .sm-categoryslider .control-button li.next {
  right: 0;
}

.content-bottom-7 .sm-categoryslider .control-button li.preview {
  right: 30px;
}

.content-bottom-7 .sm-categoryslider .control-button li:hover {
  cursor: pointer;
  background: #3ab54a;
  border-color: #3ab54a;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content {
  position: relative;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate a {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #3ab54a transparent;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate a .glyphicon {
  position: absolute;
  top: 66%;
  left: 66%;
  -webkit-transform: translate(-34%, -34%);
      -ms-transform: translate(-34%, -34%);
          transform: translate(-34%, -34%);
  font-size: 16px;
  color: #fff;
}

.content-bottom-7 .sm-categoryslider .block-title-style {
  line-height: 40px;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content {
  background: #fff;
  margin-bottom: 32px;
}

.content-bottom-7 .sm-categoryslider .categoryslider {
  position: relative;
  padding: 30px 30px 0px 0;
  min-height: 338px;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
  width: auto;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap {
  position: static;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .wrap-new-sale {
  border: 1px solid #ddd;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap {
  border: none;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .sale-item {
  left: 0;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .new-item {
  right: -1px;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-image {
  text-align: center;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info {
  padding: 0 20px 16px;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-title {
  margin-top: 3px;
  text-align: center;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .amount {
  display: none;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box {
  margin-top: 2px;
  text-align: center;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box > p {
  display: inline-block;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box .price-label {
  display: none;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box .price {
  display: inline-block;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to {
  margin-left: 5px !important;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-label {
  font-size: 116.66% !important;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-from,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to {
  line-height: 20px;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-from .price,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to .price,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-from .price-label,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to .price-label {
  font-size: 100% !important;
}

.cms-home-01 .content-bottom-slider .sm_imageslider_wrap,
.cms-home-02 .content-bottom-slider .sm_imageslider_wrap {
  overflow: hidden;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .cms-home .sm_imageslider_wrap, .cms-home .owl-stage-outer {
    height: 288px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .cms-home .sm_imageslider_wrap, .cms-home .owl-stage-outer {
    height: 373px;
  }
}

@media all and (min-width: 1200px) {
  .cms-home .sm_imageslider_wrap, .cms-home .owl-stage-outer {
    height: 450px;
  }
}

@media all and (min-width: 768px) {
  .cms-home .sm_imageslider_wrap .owl-item a-1170-450, .cms-home .owl-stage-outer .owl-item a-1170-450 {
    padding-bottom: 38.46154%;
  }
}

.cms-home .img-container img:not([src]) {
  opacity: 0;
}

.cms-home .img-container {
  height: 0;
}

@media all and (min-width: 768px) {
  .cms-home .img-container-1170-450 {
    padding-bottom: 38.46154%;
  }
}

.cms-home .img-container-370-300 {
  padding-bottom: 81.08108%;
}

.cms-home .img-container-370-95 {
  padding-bottom: 25.67568%;
}

.cms-home .img-container-370-145 {
  padding-bottom: 39.18919%;
}

.cms-home .img-container-246-135 {
  padding-bottom: 54.87805%;
}

.content-bottom-slider {
  background: #fff;
  overflow: hidden;
}

.content-bottom-slider #page-wrap {
  background: #444444;
  min-height: 450px;
}

.content-bottom-slider #page-wrap .sub_content .title {
  padding-left: 20px;
  background: #3ab54a;
}

.content-bottom-slider #page-wrap .sub_content .title span {
  font-size: 150%;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}

.content-bottom-slider #page-wrap .sub_category {
  border-bottom: 1px solid #696969;
  padding-left: 20px;
}

.content-bottom-slider #page-wrap .sub_category a {
  color: #fff;
  font-size: 116.66%;
  line-height: 39px;
}

.content-bottom-slider #page-wrap .sub_category a:hover {
  color: #3ab54a;
}

.content-bottom-slider #page-wrap .sub_category:hover {
  background: #696969;
}

.content-bottom-slider .sm_imageslider:before,
.content-bottom-slider .sm_imageslider:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9;
  position: absolute;
}

.content-bottom-slider .sm_imageslider:before {
  left: -100%;
}

.content-bottom-slider .sm_imageslider:after {
  right: -100%;
}

.content-bottom-slider .sm_imageslider .owl-controls {
  display: inline;
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div .glyphicon {
  color: #ddd;
  position: relative;
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div .glyphicon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div:hover {
  background: #3ab54a;
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div:hover .glyphicon {
  color: #fff;
}

.content-bottom-slider .sm_imageslider .owl-controls .owl-prev {
  left: 0;
}

.content-bottom-slider .sm_imageslider .owl-controls .owl-next {
  right: 0;
}

.content-bottom-slider .sm_imageslider .owl-dots {
  display: none !important;
}

.wrap-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.wrap-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  background: #fff;
}

.wrap .m-lr {
  position: relative;
}

.wrap .m-lr .wrap-address {
  position: absolute;
  background: #3ab54a;
  opacity: 0.95;
  filter: alpha(opacity=95);
  padding: 30px;
  width: 370px;
  top: -380px;
  right: 0;
}

.wrap .m-lr .wrap-address ul li {
  position: relative;
  color: #fff;
  line-height: 19px;
  padding-left: 44px;
  list-style:none;
}

.wrap .m-lr .wrap-address ul li:not(:last-child) {
  margin-bottom: 20px;
}

.wrap .m-lr .wrap-address ul li .glyphicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  left: 5px;
}

.content-bottom-5 {
  min-height: 250px;
}

.content-bottom-5 .ts-wrap h2 {
  color: #fff;
  font-size: 166.66%;
}

.content-bottom-5 .ts-wrap .ts-userinfo {
  text-align: left;
  margin-left: 14px;
}

.content-bottom-5 .ts-wrap .ts-text {
  font-size: 116.66%;
  color: #fff;
}

.content-bottom-5 .ts-wrap .ts-text a {
  color: #00fcff;
}

.content-bottom-5 .ts-wrap .ts-btn {
  margin-top: 12px !important;
}

.content-bottom-5 .ts-wrap .ts-btn a {
  font-size: 100%;
  margin-left: 32px;
  font-weight: 400 !important;
  position: relative;
}

.content-bottom-5 .ts-wrap .ts-btn a.reply-tweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  left: -15px;
}

.content-bottom-5 .ts-wrap .ts-btn a.retweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -18px;
}

.content-bottom-5 .ts-wrap .ts-btn a.favorite-tweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  top: 3px;
  left: -16px;
}

.content-bottom-5 .ts-wrap .ts-created a {
  font-weight: 400 !important;
}

.content-bottom-5 .ts-wrap a {
  color: #fff;
}

.content-bottom-5 .ts-wrap a:hover {
  color: #3ab54a;
}

.content-bottom-services {
  background: #fff;
}

.content-bottom-services .wrap-services {
  margin: 0 -15px;
  overflow: hidden;
}

.content-bottom-services .wrap-services div {
  width: 25%;
  float: left;
  text-align: center;
}

.content-bottom-services .wrap-services div a {
  display: block;
}

.content-bottom-services .wrap-services div.item1 {
  padding-left: 43px;
  text-align: left;
}

.content-bottom-services .wrap-services div.item1 span {
  position: relative;
  display: inline-block;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
}

.content-bottom-services .wrap-services div.item1 span:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 16px;
  left: -26px;
}

.content-bottom-services .wrap-services div.item2 span {
  position: relative;
  display: inline-block;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
}

.content-bottom-services .wrap-services div.item2 span:before {
  content: "";
  width: 33px;
  height: 24px;
  position: absolute;
  top: 18px;
  left: -38px;
}

.content-bottom-services .wrap-services div.item3 span {
  position: relative;
  display: inline-block;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
}

.content-bottom-services .wrap-services div.item3 span:before {
  content: "";
  width: 20px;
  height: 24px;
  position: absolute;
  top: 15px;
  left: -25px;
}

.content-bottom-services .wrap-services div.item4 {
  text-align: right;
  padding-right: 15px;
}

.content-bottom-services .wrap-services div.item4 > .wrap {
  position: relative;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
  width: 100%;
  float: left;
}

.content-bottom-services .wrap-services div.item4 > .wrap:before {
  content: "";
  width: 23px;
  height: 22px;
  position: absolute;
  top: 18px;
  left: 34px;
}

.content-bottom-services .wrap-services div.item4 > .wrap > span.phone {
  border: none !important;
  color: #00abf0 !important;
  display: inline-block;
}

.content-bottom-6 {
  padding-top: 32px;
}

.content-bottom-6 #homeCarousel .sm-basenews-home {
  margin: 0 -15px;
}

.content-bottom-6 #homeCarousel .title-latestblog {
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n {
  position: absolute;
  right: 15px;
  min-width: 60px;
  bottom: 7px;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li {
  float: left;
  margin-left: 5px;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a {
  display: block;
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  position: relative;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a.next:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 6px;
  left: 8px;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a.prev:before {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 7px;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a:hover {
  background: #3ab54a;
  border-color: #3ab54a;
}

.content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content {
  position: relative;
}

.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content .postContent {
  position: absolute;
  width: 100%;
  height: 46px;
  left: 0;
  bottom: 0;
  padding: 2px 12px;
  background: rgba(0, 0, 0, 0.5);
}

.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content .postContent a {
  color: #fff;
  font-size: 116.66%;
  font-weight: 400 !important;
  line-height: 20px;
}

.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content .postContent a:hover {
  color: #3ab54a;
}

.content-bottom-6 #page-wrap {
  margin-top: 32px;
}

.content-bottom-6 #page-wrap .block-title {
  margin-bottom: 30px;
}

.content-bottom-6 #page-wrap .theme2 {
  margin: 0 -15px !important;
}

.content-bottom-6 #page-wrap .box-wrapper .item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content {
  background: #eee;
  float: left;
  width: 100%;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category {
  float: left;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category a {
  display: block;
  position: relative;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate {
  float: left;
  margin-left: 20px;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .parent-title {
  margin: 26px 0 7px;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .parent-title a {
  font-size: 133.3333%;
  color: #3ab54a;
  text-transform: capitalize;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title {
  min-width: 50%;
  float: left;
  line-height: 24px;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title a,
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title .num_items {
  font-weight: 400 !important;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title:hover .num_items {
  color: #3ab54a;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .sub_category {
  clear: both;
}

.cms-home-01 #yt_footer,
.cms-home-02 #yt_footer,
.cms-home #yt_footer {
  margin-top: 20px;
}

/* general */
.block-title-style {
  text-transform: uppercase;
  font-size: 133.33%;
  border-bottom: 2px solid #eee;
}

.block-title-style span {
  position: relative;
  display: inline-block;
  line-height: 44px;
}

.block-title-style span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3ab54a;
  left: 0;
  bottom: -2px;
}

.content-bottom-4 {
  padding-bottom: 25px;
}

.content-bottom-4 .wrap-shop-brands {
  float: left;
  width: 100%;
}

.content-bottom-4 .wrap-shop-brands .brand-va {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: -6px;
}

.content-bottom-4 .wrap-shop-brands .brand-va a {
  font-size: 116.6666%;
  display: inline-block;
  line-height: 30px;
  position: relative;
  margin-left: -18px;
}

.content-bottom-4 .wrap-shop-brands ul {
  clear: both;
  float: none;
}

.content-bottom-4 .wrap-shop-brands ul li {
  float: left;
  width: 100%;
}

@media all and (min-width: 480px) and (max-width: 640px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 48%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:nth-of-type(2n + 1) {
    margin-right: 4%;
  }
}

@media all and (min-width: 641px) and (max-width: 850px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 32%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}

@media all and (min-width: 851px) and (max-width: 991px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 22%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(4n)) {
    margin-right: 4%;
  }
}

@media all and (min-width: 992px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 18%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(5n)) {
    margin-right: 2%;
  }
}

.content-bottom-4 .wrap-shop-brands ul li a {
  float: left;
  width: 100%;
  text-align: center;
  margin: 9px 0;
}

.content-bottom-4 .wrap-shop-brands ul li a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.content-bottom-4 .wrap-shop-brands ul:hover li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.content-bottom-4 .wrap-shop-brands ul li img {
  max-width: 100%;
}

.content-bottom-3 {
  padding:0 0 25px;
}

.content-bottom-3 .container{
	background-color: #e8e8e8;
}

.mailjet-iframe {
  text-align: center;
}

.mailjet-iframe iframe {
  display: inline-block;
  margin: 0 auto;
  max-width: 1024px;
}

@media all and (max-width: 991px) {
  .mailjet-iframe iframe {
    height: 370px !important;
  }
}

.content-bottom-3 .block-news-letter {
  float: left;
  width: 100%;
  text-align: center;
}

.content-bottom-3 .block-news-letter .block-content {
  margin-top: 0;
  display: inline-block;
}

.content-bottom-3 .block-news-letter .block-content p {
  color: #fff;
  line-height: 25px;
}

.content-bottom-3 .block-news-letter .block-content p.title {
  font-size: 333.3333%;
  margin: 70px 0 5px;
  line-height: 40px;
  text-transform: uppercase;
}

.content-bottom-3 .block-news-letter .block-content p.bottom {
  font-size: 108.3333%;
}

.content-bottom-3 .block-news-letter .block-content p a {
  color: #fff;
}

.content-bottom-3 .block-news-letter .block-content p a:hover {
  color: #3ab54a;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box {
  float: left;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #newsletter {
  padding-left: 15px;
  width: 306px;
  height: 40px;
  margin: 0;
  border: 1px transparent solid;
  font-size: 108.33%;
  color: #999;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #newsletter:focus {
  border: 1px #929292 solid;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #advice-required-entry-newsletter,
.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #advice-validate-email-newsletter {
  position: absolute;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe .actions {
  display: inline-block;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe .button {
  background: #3ab54a;
  width: 108px;
  height: 40px;
  border-radius: 0;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 116.66%;
  color: #fff;
}

/*---------product-shop--------------*/
#product-shop #super-product-table {
  margin-bottom: 10px;
}

#product-shop #super-product-table td {
  line-height: 30px;
}

#product-shop #super-product-table td .price-box .price {
  font-size: 116.67% !important;
}

#product-shop #super-product-table td input.input-text {
  margin: 0;
}

#product-shop .required em {
  color: #f00;
  margin-right: 2px;
}

#product-shop #downloadable-links-list .s-input {
  float: left;
}

#product-shop #downloadable-links-list .s-label {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}

/*--------------------home page banner top----------------------------*/
.cms-home-02 .content-bottom-1 {
  padding-top: 20px;
  overflow: hidden;
}

.cms-home-02 .content-bottom-1 .wrap-banner-home ul li {
  width: 48.2758% !important;
}

.banner-home-bottom {
  padding: 0 !important;
}

.banner-home-bottom .wrap-banner-home ul li {
  width: 48.7% !important;
}

.banner-left {
  float: left;
  margin: 0 0 30px 0;
  padding: 0 !important;
}

.banner-left .wrap-banner-home ul li {
  width: 100% !important;
  margin: 0 !important;
}

.content-bottom-1,
.banner-home-bottom,
.banner-left {
  padding-top: 15px;
  padding-bottom: 25px;
}

.content-bottom-1 .wrap-banner-home,
.banner-home-bottom .wrap-banner-home,
.banner-left .wrap-banner-home {
  width: 100%;
  float: left;
}

.content-bottom-1 .wrap-banner-home ul li,
.banner-home-bottom .wrap-banner-home ul li,
.banner-left .wrap-banner-home ul li {
  margin-right: 30px;
  width: 31.6239%;
  float: left;
  margin-bottom:30px;
}

.content-bottom-1 .wrap-banner-home ul li.b-center a,
.banner-home-bottom .wrap-banner-home ul li.b-center a,
.banner-left .wrap-banner-home ul li.b-center a {
  width: 100%;
  float: left;
}

.content-bottom-1 .wrap-banner-home ul li.b-center a.last,
.banner-home-bottom .wrap-banner-home ul li.b-center a.last,
.banner-left .wrap-banner-home ul li.b-center a.last {
  margin-top: 10px;
}

.content-bottom-1 .wrap-banner-home ul li a,
.banner-home-bottom .wrap-banner-home ul li a,
.banner-left .wrap-banner-home ul li a {
  display: block;
  position: relative;
}

.content-bottom-1 .wrap-banner-home ul li a img,
.banner-home-bottom .wrap-banner-home ul li a img,
.banner-left .wrap-banner-home ul li a img {
  width: 100%;
}

.content-bottom-1 .wrap-banner-home ul li a:before,
.banner-home-bottom .wrap-banner-home ul li a:before,
.banner-left .wrap-banner-home ul li a:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
}

.content-bottom-1 .wrap-banner-home ul li a:hover:before,
.banner-home-bottom .wrap-banner-home ul li a:hover:before,
.banner-left .wrap-banner-home ul li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 100%;
}

.content-bottom-1 .wrap-banner-home ul li.last,
.banner-home-bottom .wrap-banner-home ul li.last,
.banner-left .wrap-banner-home ul li.last {
  margin-right: 0;
}

/*----------------------sm-deal-wrap----------------------*/
.cms-home-01 .content-bottom-2 {
  padding: 0 !important;
}

.cms-home-01 .content-bottom-2 .sm-facebook {
  float: left;
  margin-top: 10px;
}

.cms-home-01 .content-bottom-2 .sm-deal-wrap {
  overflow: hidden;
}

.cms-home-01 .content-bottom-2 .sm-deal-wrap .block-title-style {
  background: #3ab54a;
  padding-left: 10px;
  color: #fff !important;
  border: none;
}

.cms-home-01 .content-bottom-2 .sm-deal-wrap .block-title-style span:before {
  display: none;
}

.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n {
  right: 25px !important;
  top: -64px !important;
}

.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a {
  width: 24px !important;
  height: 24px !important;
  border: none;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a:before {
  top: 7px !important;
  left: 8px !important;
}

.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a:hover {
  background: #d8f0db;
}

.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a.next:hover:before {
  background-position: -31px -542px !important;
}

.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a.prev:hover:before {
  background-position: -30px -572px !important;
}

.cms-home-01 .content-bottom-2 .deal-list-item .item .inner-item {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.content-bottom-2 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.content-bottom-2 .block-title {
  margin-bottom: 30px;
}

.content-bottom-2 .deal-list-item {
  position: relative;
}

.content-bottom-2 .deal-list-item .item {
  margin-bottom: 0;
}

.content-bottom-2 .deal-list-item .item .inner-item {
  width: 25%;
  float: left;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

.content-bottom-2 .deal-list-item .item .inner-item .wrap-number {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -11px;
}

.content-bottom-2 .deal-list-item .item .inner-item .wrap-number .percent,
.content-bottom-2 .deal-list-item .item .inner-item .wrap-number .text_number {
  float: left;
  color: #fff;
  font-size: 116.66%;
}

.content-bottom-2 .deal-list-item .item .inner-item .wrap-number .percent {
  margin-left: 2px;
}

.content-bottom-2 .deal-list-item .item .inner-item .sale-item {
  left: 14px;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image a img {
  width: auto !important;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .sm_quickview_handler {
  margin-left: 42px !important;
  display: none;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart {
  background-color: #34a142 !important;
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  width: auto;
  padding: 0 12px 0 0;
  height: 40px;
  font-size: 116.66%;
  margin-right: 0;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart:before {
  display: none;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart span {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 12px;
  background-color: #3ab54a;
  -webkit-transition: all 0.22s ease-in;
  transition: all 0.22s ease-in;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart span:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 8px;
  top: 9px;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart:hover {
  cursor: pointer;
  background-color: #666 !important;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart:hover span {
  background-color: #888;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info {
  padding: 25px 25px 10px 25px;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .ratings {
  margin-top: 4px;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .rating-box {
  float: none;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box {
  float: none;
  display: inline-block;
  margin-top: 4px;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .special-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .old-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .regular-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-from,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-to {
  float: none;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-from,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-to {
  display: inline-block;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box p.old-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box p.special-price {
  display: inline;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-info.bottom {
  padding: 0px 10px 10px;
}

.content-bottom-2 .deal-list-item .item .inner-item .product_time {
  width: 100%;
  float: left;
}

.content-bottom-2 .deal-list-item .item .inner-item .product_time div {
  line-height: 40px;
  border-bottom: 1px solid #fff;
  background: #eee;
  font-size: 150%;
  float: left;
  width: 25%;
  text-align: center;
  font-weight: 400 !important;
}

.content-bottom-2 .deal-list-item .item .inner-item .product_time div.title {
  font-size: 100%;
  color: #666;
  text-transform: capitalize;
}

.content-bottom-2 .deal-list-item .btn-p-n {
  position: absolute;
  right: 15px;
  min-width: 60px;
  top: -62px;
}

.content-bottom-2 .deal-list-item .btn-p-n li {
  float: left;
  margin-left: 5px;
}

.content-bottom-2 .deal-list-item .btn-p-n li a {
  display: block;
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  position: relative;
}

.content-bottom-2 .deal-list-item .btn-p-n li a.next:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 6px;
  left: 8px;
}

.content-bottom-2 .deal-list-item .btn-p-n li a.prev:before {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 7px;
}

.content-bottom-2 .deal-list-item .btn-p-n li a:hover {
  background: #3ab54a;
  border-color: #3ab54a;
}

/*----------------------------block-about-us--------------------*/
.block-about-us .block-wel .w-left-title {
  margin-bottom: 30px;
  position: relative;
}

.block-about-us .block-wel .w-left-title h2 {
  background: #fff;
  color: #686868;
  display: inline-block;
  font-size: 183.33%;
  font-weight: 400 !important;
  padding-right: 15px;
  position: absolute;
  top: -33px;
  text-transform: capitalize;
}

.block-about-us .block-wel .w-left-title .two-line {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  height: 3px;
}

.block-about-us .block-wel .w-left-content img {
  float: left;
  margin-right: 15px;
}

.block-about-us .block-wel .w-right-content ul {
  margin-left: 30px;
}

.block-about-us .block-wel .w-right-content ul li {
  border-bottom: 1px dashed #e9e9e9;
  line-height: 30px;
  position: relative;
}

.block-about-us .block-wel .w-right-content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: -26px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/about_i_tick.png") no-repeat;
}

.block-about-us .mem {
  margin-top: 30px;
}

.block-about-us .mem .w-middle-title {
  position: relative;
}

.block-about-us .mem .w-middle-title h2 {
  background: #fff;
  display: inline-block;
  font-size: 233.33%;
  font-weight: 400 !important;
  left: 50%;
  margin-left: -105px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: -35px;
  color: #3ab54a;
}

.block-about-us .mem .w-middle-title p {
  margin: 30px auto;
  text-align: center;
  width: 80%;
}

.block-about-us .mem .w-middle-title .two-line {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  height: 3px;
}

.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: center;
  width: 100%;
  position: static;
}

.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li {
  display: inline-block;
  height: 16px;
  width: 17px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/about_i_pagination.png") no-repeat center bottom;
  text-indent: -9999em;
  margin: 0 !important;
}

.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li.active,
.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li:hover {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/about_i_pagination.png") no-repeat center top;
}

.block-about-us .mem .w-middle-content .list-member .m-item {
  width: 25%;
  float: left;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 0 3%;
}

.block-about-us .mem .w-middle-content .list-member .m-item .bg-social {
  border-radius: 100px;
  height: 180px;
  left: 50%;
  margin-left: -89px;
  position: absolute;
  top: 7px;
  width: 178px;
  background: #3ab54a;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.block-about-us .mem .w-middle-content .list-member .m-item .img-wrap {
  position: relative;
}

.block-about-us .mem .w-middle-content .list-member .m-item ul {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -47px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.block-about-us .mem .w-middle-content .list-member .m-item ul li {
  float: left;
  margin: 0 1px;
}

.block-about-us .mem .w-middle-content .list-member .m-item ul li a {
  float: left;
  text-indent: -9999em;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_i_fot.png") no-repeat;
  width: 30px;
  height: 30px;
}

.block-about-us .mem .w-middle-content .list-member .m-item ul li a.fkr {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_i_fot.png") no-repeat 0 -36px;
}

.block-about-us .mem .w-middle-content .list-member .m-item ul li a.tw {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_i_fot.png") no-repeat 0 -72px;
}

.block-about-us .mem .w-middle-content .list-member .m-item .img-wrap:hover .bg-social {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.block-about-us .mem .w-middle-content .list-member .m-item .img-wrap:hover ul {
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-about-us .mem .w-middle-content .list-member .m-item .content h2 {
  font-size: 133.3333%;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 16px 0 5px;
}

.block-about-us .mem .w-middle-content .list-member .m-item .content h2 a {
  color: #3ab54a;
}

.block-about-us .mem .w-middle-content .list-member .m-item .content p {
  margin-bottom: 0;
  line-height: 20px;
}

.block-about-us .mem .w-middle-content .list-member .m-item .content p.cv {
  font-size: 91.6666%;
}

.block-about-us .hap {
  position: relative;
  margin-top: 58px;
}

.block-about-us .hap h2 {
  background: none repeat scroll 0 0 #fff;
  font-size: 150%;
  font-weight: 400 !important;
  left: 30px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  text-transform: capitalize;
  top: -11px;
  z-index: 1;
  color: #3ab54a;
}

.block-about-us .hap #carousel-hap {
  padding: 30px 20px 24px 34px;
  border: 1px solid #e9e9e9;
  position: relative;
}

.block-about-us .hap #carousel-hap:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 32px;
  left: 10px;
  position: absolute;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/gen_i_paren_about.png") no-repeat;
}

.block-about-us .hap #carousel-hap p {
  margin-bottom: 0;
}

.block-about-us .hap #carousel-hap p.first {
  font-style: italic;
  margin-bottom: 15px;
}

.block-about-us .hap #carousel-hap p .s-color {
  font-size: 133.33%;
  color: #3ab54a;
}

.block-about-us .hap #carousel-hap .wrap-np {
  background: #fff;
  float: left;
  height: 31px;
  position: absolute;
  right: 10px;
  top: -14px;
  width: 76px;
  z-index: 999;
}

.block-about-us .hap #carousel-hap .carousel-control {
  background: none;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/about_i_plus_minus.png") no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-about-us .hap #carousel-hap .carousel-control:hover {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/about_i_plus_minus.png") no-repeat 0 -42px;
}

.block-about-us .hap #carousel-hap .carousel-control:hover.right {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/about_i_plus_minus.png") no-repeat 0 -131px;
}

.block-about-us .hap #carousel-hap .carousel-control.left {
  left: auto;
  right: 37px;
}

.block-about-us .hap #carousel-hap .carousel-control.right {
  right: 4px;
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/about_i_plus_minus.png") no-repeat 0 -89px;
}

.cart .page-title {
  margin-bottom: 10px !important;
}

.cart .cart-collaterals {
  margin-top: 15px;
}

.cart .cart-collaterals #crosssell-products-list > li {
  margin-top: 20px;
}

.cart .cart-collaterals #crosssell-products-list .product-image {
  float: left;
  border: 1px solid #ccc;
  margin: 4px 10px 5px 0;
}

.cart .cart-collaterals #crosssell-products-list .product-image:hover {
  border-color: #3ab54a;
}

.cart .cart-collaterals #crosssell-products-list .product-details .product-name {
  display: block;
}

.cart .cart-collaterals #crosssell-products-list .product-details .price-box {
  margin: 5px 0;
  min-width: 210px;
  width: auto;
}

.cart .cart-collaterals #crosssell-products-list .product-details .price-box > p {
  display: inline-block;
}

.cart .cart-collaterals #crosssell-products-list .product-details .price-box .price-label {
  display: none;
}

.cart .cart-collaterals #crosssell-products-list .product-details .price-box p {
  margin-bottom: 0;
}

.cart .cart-collaterals #crosssell-products-list .product-details .price-box .old-price {
  margin-top: 2px;
}

.cart .cart-collaterals #crosssell-products-list .product-details .add-to-links {
  float: left;
  margin-top: 10px;
}

/*---slideshow-mobile----*/
.slideshow-mobile {
  display: none;
}

.checkout-cart-configure .product-view .product-shop .product-options-bottom .add-to-cart:before,
.checkout-cart-configure .product-view .product-shop .add-to-box .add-to-cart:before {
  left: 96px !important;
}

/*-------------------blog list---------------------*/
.blog-title {
  margin-bottom: 25px;
}

.blog-title h2 {
  font-size: 166.66%;
  margin: 0;
}

.blog-title p {
  color: #666;
  margin-top: 5px;
}

#blog-list .item .product-image {
  float: left;
  margin-right: 30px;
}

#blog-list .item .product-image a {
  position: relative;
  display: block;
}

#blog-list .item .product-image a:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
}

#blog-list .item .product-image a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

#yt-totop {
  bottom: 30px;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 99999;
  background-color: #3ab54a;
}

#yt-totop .glyphicon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

/*sm category slider*/
.sm-categoryslider .preset02-1 .categoryslider {
  width: 33.3333%;
}

.sm-categoryslider.no-cat-image .preset02-1 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-1 .categoryslider {
  width: 66.6666%;
}

.sm-categoryslider .preset02-1 .item-cat-image,
.sm-categoryslider .preset02-1 .item-sub-cat {
  float: left;
  width: 33.3333%;
}

.sm-categoryslider .preset02-1 .vpo-wrap {
  width: 100%;
  margin: 0;
}

.sm-categoryslider .preset02-1 .vpo-wrap .vp {
  margin-right: 0;
}

.sm-categoryslider .preset02-1 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  width: 100%;
}

.sm-categoryslider .preset02-2 .categoryslider {
  width: 50%;
}

.sm-categoryslider.no-cat-image .preset02-2 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-2 .categoryslider {
  width: 75%;
}

.sm-categoryslider .preset02-2 .item-cat-image,
.sm-categoryslider .preset02-2 .item-sub-cat {
  float: left;
  width: 25%;
}

.sm-categoryslider .preset02-2 .vpo-wrap {
  width: 50%;
  margin: 0 -50% 0 0;
}

.sm-categoryslider .preset02-2 .vpo-wrap .vp {
  margin-right: -100%;
}

.sm-categoryslider .preset02-2 .vpo-wrap .vp .item {
  float: left;
  width: 50%;
}

.sm-categoryslider .preset02-3 .categoryslider {
  width: 60%;
}

.sm-categoryslider.no-cat-image .preset02-3 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-5 .categoryslider {
  width: 80%;
}

.sm-categoryslider .preset02-3 .item-cat-image,
.sm-categoryslider .preset02-3 .item-sub-cat {
  float: left;
  width: 20%;
}

.sm-categoryslider .preset02-3 .vpo-wrap {
  width: 33.3333%;
  margin: 0 -66.6666% 0 0;
}

.sm-categoryslider .preset02-3 .vpo-wrap .vp {
  margin-right: -200%;
}

.sm-categoryslider .preset02-3 .vpo-wrap .vp .item {
  float: left;
  width: 33.3333%;
}

.sm-categoryslider .preset02-4 .categoryslider {
  width: 66.6664%;
}

.sm-categoryslider.no-cat-image .preset02-4 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-4 .categoryslider {
  width: 83.3333%;
}

.sm-categoryslider .preset02-4 .item-cat-image,
.sm-categoryslider .preset02-4 .item-sub-cat {
  float: left;
  width: 16.6666%;
}

.sm-categoryslider .preset02-4 .vpo-wrap {
  width: 25%;
  margin: 0 -75% 0 0;
}

.sm-categoryslider .preset02-4 .vpo-wrap .vp {
  margin-right: -300%;
}

.sm-categoryslider .preset02-4 .vpo-wrap .vp .item {
  float: left;
  width: 25%;
}

.sm-categoryslider .preset02-5 .vpo-wrap {
  width: 20%;
  margin: 0 -80% 0 0;
}

.sm-categoryslider .preset02-5 .vpo-wrap .vp {
  margin-right: -400%;
}

.sm-categoryslider .preset02-5 .vpo-wrap .vp .item {
  float: left;
  width: 20%;
}

.sm-categoryslider .preset02-6 .vpo-wrap {
  width: 16.6666%;
  margin: 0 -83.3333% 0 0;
}

.sm-categoryslider .preset02-6 .vpo-wrap .vp {
  margin-right: -500%;
}

.sm-categoryslider .preset02-6 .vpo-wrap .vp .item {
  float: left;
  width: 16.6666%;
}

@media all and (max-width: 320px) {
  .sm-categoryslider .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider.no-cat-image .categoryslider,
  .sm-categoryslider.no-cat-sub .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider .item-cat-image,
  .sm-categoryslider .item-sub-cat {
    float: left;
    width: 100% !important;
    padding: 0 !important;
  }
  .sm-categoryslider .item-cat-image .cat-image {
    padding-right: 0 !important;
  }
  .sm-categoryslider .item-sub-cat ul,
  .sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
    border: none !important;
  }
  .sm-categoryslider .item-sub-cat ul {
    padding: 0 !important;
  }
  .sm-categoryslider .preset05-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset05-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset05-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset05-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset05-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset05-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset05-2 .item-cat-image,
  .sm-categoryslider .preset05-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset05-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset05-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset05-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset05-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset05-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-5 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset05-3 .item-cat-image,
  .sm-categoryslider .preset05-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset05-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset05-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset05-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset05-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset05-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset05-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset05-4 .item-cat-image,
  .sm-categoryslider .preset05-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset05-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset05-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset05-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset05-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset05-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset05-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset05-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset05-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset05-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}

@media all and (min-width: 321px) and (max-width: 480px) {
  .sm-categoryslider .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider.no-cat-image .categoryslider,
  .sm-categoryslider.no-cat-sub .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider .item-cat-image,
  .sm-categoryslider .item-sub-cat {
    float: left;
    width: 100% !important;
    padding: 0 !important;
  }
  .sm-categoryslider .item-cat-image .cat-image {
    padding-right: 0 !important;
  }
  .sm-categoryslider .item-sub-cat ul,
  .sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
    border: none !important;
  }
  .sm-categoryslider .item-sub-cat ul {
    padding: 0 !important;
  }
  .sm-categoryslider .preset04-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset04-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset04-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset04-1 .item-cat-image,
  .sm-categoryslider .preset04-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset04-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset04-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset04-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset04-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset04-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset04-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset04-2 .item-cat-image,
  .sm-categoryslider .preset04-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset04-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset04-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset04-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset04-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset04-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-4 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset04-3 .item-cat-image,
  .sm-categoryslider .preset04-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset04-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset04-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset04-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset04-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset04-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset04-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset04-4 .item-cat-image,
  .sm-categoryslider .preset04-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset04-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset04-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset04-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset04-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset04-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset04-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset04-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset04-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset04-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}

@media all and (min-width: 481px) and (max-width: 767px) {
  .sm-categoryslider .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider.no-cat-image .categoryslider,
  .sm-categoryslider.no-cat-sub .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider .item-cat-image,
  .sm-categoryslider .item-sub-cat {
    float: left;
    width: 100% !important;
    padding: 0 !important;
  }
  .sm-categoryslider .item-cat-image .cat-image {
    padding-right: 0 !important;
  }
  .sm-categoryslider .item-sub-cat ul,
  .sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
    border: none !important;
  }
  .sm-categoryslider .item-sub-cat ul {
    padding: 0 !important;
  }
  .sm-categoryslider .preset03-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset03-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset03-1 .item-cat-image,
  .sm-categoryslider .preset03-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset03-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset03-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset03-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
  }
  .sm-categoryslider .preset03-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset03-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset03-2 .item-cat-image,
  .sm-categoryslider .preset03-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset03-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset03-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset03-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset03-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset03-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-3 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset03-3 .item-cat-image,
  .sm-categoryslider .preset03-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset03-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset03-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset03-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset03-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset03-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset03-4 .item-cat-image,
  .sm-categoryslider .preset03-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset03-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset03-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset03-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset03-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset03-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset03-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset03-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset03-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset03-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-categoryslider .preset02-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset02-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset02-1 .item-cat-image,
  .sm-categoryslider .preset02-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset02-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset02-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset02-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset02-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset02-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset02-2 .item-cat-image,
  .sm-categoryslider .preset02-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset02-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset02-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset02-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset02-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset02-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-3 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset02-3 .item-cat-image,
  .sm-categoryslider .preset02-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset02-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset02-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset02-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset02-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset02-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset02-4 .item-cat-image,
  .sm-categoryslider .preset02-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset02-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset02-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset02-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset02-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset02-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset02-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset02-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset02-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset02-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}

@media all and (min-width: 1200px) {
  .sm-categoryslider .preset01-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset01-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset01-1 .item-cat-image,
  .sm-categoryslider .preset01-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset01-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset01-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset01-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset01-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset01-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset01-2 .item-cat-image,
  .sm-categoryslider .preset01-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset01-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset01-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset01-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset01-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset01-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-3 .categoryslider {
    width: 81%;
  }
  .sm-categoryslider .preset01-3 .item-cat-image,
  .sm-categoryslider .preset01-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset01-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset01-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset01-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset01-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset01-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset01-4 .item-cat-image,
  .sm-categoryslider .preset01-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset01-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset01-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset01-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset01-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset01-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset01-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset01-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset01-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset01-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}

/*content*/
.sm-categoryslider {
  position: relative;
}

.sm-categoryslider .pre-text,
.sm-categoryslider .post-text {
  margin: 10px 0;
}

.sm-categoryslider.sm-categoryslider-preload {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.sm-categoryslider.sm-categoryslider-preload .sm-categoryslider-loading {
  position: absolute;
  z-index: 10;
  background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/loading.gif) no-repeat scroll center center #ffffff;
  top: 0;
  bottom: 0;
  width: 100%;
}

.sm-categoryslider .page-title-categoryslider {
  margin: 0 0 30px;
}

.sm-categoryslider .categoryslider-content {
  border: 1px solid #ddd;
  float: left;
  width: 100%;
}

.sm-categoryslider .item-cat-image .cat-image {
  padding-right: 30px;
}

.sm-categoryslider .categoryslider {
  position: relative;
  z-index: 8;
  float: left;
  padding: 0;
  margin: 30px 0;
  width: 100%;
}

.sm-categoryslider.no-cat-image.no-cat-sub .categoryslider {
  width: 100% !important;
}

.sm-categoryslider.no-cat-image .categoryslider .vpo-wrap .vp {
  margin-left: 0;
}

.sm-categoryslider.no-cat-sub .categoryslider {
  padding-right: 30px;
}

.sm-categoryslider .no-rgba .categoryslider .item {
  background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/css/rgba.php/rgba(255")0, 0, .5)");
}

.sm-categoryslider .categoryslider .item img:hover {
  cursor: pointer;
}

.sm-categoryslider .categoryslider .vpo-wrap .vp {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-left: -30px;
}

.sm-categoryslider .categoryslider .vpo-wrap .vp .vpi-wrap {
  white-space: nowrap;
  letter-spacing: -4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sm-categoryslider .categoryslider .vpo-wrap .vp .item {
  display: inline-block;
  letter-spacing: 0;
  white-space: normal;
  vertical-align: top;
  float: none;
  padding-left: 30px;
}

.sm-categoryslider .categoryslider .vpo-wrap .vpi-wrap:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}

.sm-categoryslider .not-js .vpo-wrap,
.sm-categoryslider .not-js .vpo-wrap .vp,
.sm-categoryslider .not-js .vpo-wrap .vp .vpi-wrap,
.sm-categoryslider .not-js .vpo-wrap .vp .item {
  position: static;
}

.sm-categoryslider .not-js .vpo-wrap .vp .item {
  float: left;
}

/* css for botton */
.sm-categoryslider .control-button {
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
}

.sm-categoryslider .page-button .control-button {
  margin-bottom: 0px;
  position: relative;
  height: 100%;
}

.sm-categoryslider .page-button .control-button .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sm-categoryslider .page-button {
  margin-right: 0px;
}

/*########################################## css for info item ############################################*/
.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
  width: 100%;
  position: relative;
}

.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap .item-info .item-content {
  margin: 0px;
}

.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
  overflow: hidden;
}

.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-details {
  text-align: right;
}

.sm-categoryslider .item-review {
  margin: 0 0 5px 0;
  line-height: 22px;
}

.sm-categoryslider .item-review .ratings .rating-links,
.sm-categoryslider .item-review .ratings {
  margin: 0 0 0 0;
}

.sm-categoryslider .item-price {
  overflow: hidden;
}

.sm-categoryslider .add-to-links {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.sm-categoryslider .ratings .rating-box {
  margin-right: 5px;
}

.sm-categoryslider .item-review {
  vertical-align: middle;
  overflow: hidden;
}

.sm-categoryslider .item-btn-addtocart {
  margin-bottom: 5px;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/**,*/
/**:after,*/
/**::before {*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/
/*.sm-categoryslider {*/
/*position: relative;*/
/*margin: 20px auto;*/
/*padding: 0;*/
/*max-width: 960px;*/
/*list-style: none;*/
/*text-align: center;*/
/*font-size: 0px;*/
/*}*/
/*.sm-categoryslider:before,*/
/*.sm-categoryslider:after {*/
/*display: table;*/
/*content: ' ';*/
/*}*/
/*.sm-categoryslider:after {*/
/*clear: both;*/
/*}*/
/*.sm-categoryslider .item {*/
/*position: relative;*/
/*display: inline-block;*/
/*margin: 10px;*/
/*width: 300px;*/
/*height: 225px;*/
/*-webkit-backface-visibility: hidden;*/
/*backface-visibility: hidden;*/
/*}*/
/*.sm-categoryslider .item a,*/
/*.sm-categoryslider .item .item-wrap img {*/
/*display: block;*/
/*margin: 0 auto;*/
/*border: none;*/
/*}*/
/*.sm-categoryslider .item .item-wrap {*/
/*background: #000;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/
.sm-categoryslider .item .item-wrap:nth-child(2) {
  z-index: 1;
  visibility: hidden;
}

/* Navigation */
/*.sm-categoryslider nav {*/
/*text-align: center;*/
/*}*/
/*.sm-categoryslider nav .item-wrap {*/
/*display: inline-block;*/
/*margin: 0 8px;*/
/*width: 18px;*/
/*height: 18px;*/
/*border-radius: 50%;*/
/*background: #fff;*/
/*cursor: pointer;*/
/*opacity: 0.7;*/
/*-webkit-transition: all 0.2s;*/
/*transition: all 0.2s;*/
/*}*/
/*.touch .sm-categoryslider nav .item-wrap {*/
/*width: 30px;*/
/*height: 30px;*/
/*}*/
/*.sm-categoryslider nav .item-wrap:hover {*/
/*opacity: 1;*/
/*}*/
/*.sm-categoryslider nav a.tt-current {*/
/*opacity: 1;*/
/*box-shadow: 0 0 0 5px rgba(255,255,255,0.4);*/
/*}*/
.sm-categoryslider .tt-effect-active .item .item-wrap {
  pointer-events: none;
}

/* Individual grid effects */
/* Fall down / scale up */
.tt-effect-fall.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: fallDown 0.6s forwards;
  animation: fallDown 0.6s forwards;
}

.tt-effect-fall.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-fall.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleUpFadeIn 0.6s forwards;
  animation: scaleUpFadeIn 0.6s forwards;
}

/* Slide and reveal */
.tt-effect-slide.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  z-index: 100;
  overflow: hidden;
  margin: 0;
  -webkit-animation: slideOut 0.5s forwards;
  animation: slideOut 0.5s forwards;
}

.tt-effect-slide.tt-effect-active .item-wrap:nth-child(2) {
  visibility: visible;
}

.tt-effect-slide.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: slideOut 0.5s forwards;
  animation: slideOut 0.5s forwards;
}

.tt-effect-slide.tt-effect-active .item.tt-empty .item-wrap {
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
}

/* Fall and rotate */
.tt-effect-fallrotate.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  z-index: 10;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-animation: fallRotate 0.6s ease-in forwards;
  animation: fallRotate 0.6s ease-in forwards;
}

.tt-effect-fallrotate.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
  visibility: visible;
}

.tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}

.tt-effect-fallrotate .item:nth-child(4) {
  z-index: 1;
}

/* order for correct overlapping */
.tt-effect-fallrotate .item:nth-child(5) {
  z-index: 2;
}

.tt-effect-fallrotate .item:nth-child(6) {
  z-index: 3;
}

.tt-effect-fallrotate .item:first-child {
  z-index: 4;
}

.tt-effect-fallrotate .item:nth-child(2) {
  z-index: 5;
}

.tt-effect-fallrotate .item:nth-child(3) {
  z-index: 6;
}

/* Scale and rotate */
.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: scaleRotateOut 0.6s forwards;
  animation: scaleRotateOut 0.6s forwards;
}

.tt-effect-scalerotate.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-scalerotate.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleRotateIn 0.6s forwards;
  animation: scaleRotateIn 0.6s forwards;
}

.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: scaleRotateIn 0.6s forwards;
  animation: scaleRotateIn 0.6s forwards;
}

.tt-effect-scalerotate .item:nth-child(-n+3) {
  z-index: 2;
}

/* order for correct overlapping */
.tt-effect-scalerotate .item:nth-last-child(-n+3) {
  z-index: 1;
}

/* Stack back 3D */
.tt-effect-stackback .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tt-effect-stackback .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: moveLeft 0.8s forwards;
  animation: moveLeft 0.8s forwards;
}

.tt-effect-stackback.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
  z-index: -1;
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}

.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: moveLeft 0.8s forwards;
  animation: moveLeft 0.8s forwards;
}

.tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}

/* 3d flip */
.tt-effect-3dflip .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tt-effect-3dflip .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tt-effect-3dflip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  -webkit-animation: rotateOutLeft 0.6s forwards;
  animation: rotateOutLeft 0.6s forwards;
}

.tt-effect-3dflip.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-3dflip.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-animation: rotateInRight 0.6s ease-in forwards;
  animation: rotateInRight 0.6s ease-in forwards;
}

/* Bring back */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
.tt-effect-bringback .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tt-effect-bringback .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: hideLeft 0.8s forwards;
  animation: hideLeft 0.8s forwards;
}

.tt-effect-bringback.tt-effect-active .item .item-wrap:nth-child(2) {
  z-index: -1;
  -webkit-animation: showRight 0.8s forwards;
  animation: showRight 0.8s forwards;
}

.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: hideLeft 0.8s forwards;
  animation: hideLeft 0.8s forwards;
}

.tt-effect-bringback.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}

/* Superscale */
.tt-effect-superscale.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: scaleDown 0.6s ease-in-out forwards;
  /*-ms-animation: scaleDown 0.6s ease-in-out forwards;*/
  animation: scaleDown 0.6s ease-in-out forwards;
}

.tt-effect-superscale.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-superscale.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleIn 0.6s ease-in-out forwards;
  animation: scaleIn 0.6s ease-in-out forwards;
}

/* Center flip */
.tt-effect-flip .item {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.tt-effect-flip .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tt-effect-flip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: flipOut 0.8s ease-in forwards;
  animation: flipOut 0.8s ease-in forwards;
}

.tt-effect-flip.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-flip.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: flipIn 0.8s ease-in forwards;
  animation: flipIn 0.8s ease-in forwards;
}

/* Front row */
.tt-effect-frontrow .item {
  overflow: hidden;
}

.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: moveToBack 0.8s forwards;
  animation: moveToBack 0.8s forwards;
}

.tt-effect-frontrow.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
  -webkit-animation: moveToFront 0.8s forwards;
  animation: moveToFront 0.8s forwards;
}

.tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
}

.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: moveToFront 0.5s forwards;
  animation: moveToFront 0.5s forwards;
}

/* Animation delays */
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(2) .item-wrap {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(3) .item-wrap {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(4) .item-wrap {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(5) .item-wrap {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(6) .item-wrap {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* Reverse delays */
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(5) .item-wrap {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(4) .item-wrap {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(3) .item-wrap {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(2) .item-wrap {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(1) .item-wrap {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* Animations */
@-webkit-keyframes fallDown {
  to {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
}

@keyframes fallDown {
  to {
    opacity: 0;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}

@-webkit-keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes slideOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@keyframes slideOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fallRotate {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0%) rotate(20deg);
    -webkit-animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: translateY(0%) rotate(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(150%) rotate(17deg);
    opacity: 0;
  }
}

@keyframes fallRotate {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0%) rotate(20deg);
            transform: translateY(0%) rotate(20deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: translateY(0%) rotate(15deg);
            transform: translateY(0%) rotate(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(150%) rotate(17deg);
            transform: translateY(150%) rotate(17deg);
    opacity: 0;
  }
}

@-webkit-keyframes scaleRotateOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}

@keyframes scaleRotateOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes scaleRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%) translateY(100%) rotate(25deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}

@keyframes scaleRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%) translateY(100%) rotate(25deg);
            transform: translateX(50%) translateY(100%) rotate(25deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
            transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}

@-webkit-keyframes moveLeft {
  50% {
    opacity: 1;
    -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}

@keyframes moveLeft {
  50% {
    opacity: 1;
    -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
            transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}

@-webkit-keyframes popUp {
  0% {
    -webkit-transform: translateZ(-200px);
  }
  50% {
    z-index: -1;
  }
  51% {
    z-index: 1;
  }
  70% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(50px);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
  }
}

@keyframes popUp {
  0% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
  }
  50% {
    z-index: -1;
  }
  51% {
    z-index: 1;
  }
  70% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}

@-webkit-keyframes rotateOutLeft {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}

@keyframes rotateOutLeft {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
}

@-webkit-keyframes rotateInRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes rotateInRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes hideLeft {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}

@keyframes hideLeft {
  0% {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
            transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
  }
  100% {
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
}

@-webkit-keyframes showRight {
  0% {
    -webkit-transform: translateZ(-400px);
  }
  40% {
    z-index: -1;
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
  }
  41% {
    z-index: 1;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
  }
}

@keyframes showRight {
  0% {
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
  40% {
    z-index: -1;
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
            transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
  }
  41% {
    z-index: 1;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}

@-webkit-keyframes scaleDown {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}

@keyframes scaleDown {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes flipOut {
  50% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}

@keyframes flipOut {
  50% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  75% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(15deg);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  75% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(15deg);
            transform: rotateY(15deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
  }
}

@keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
            transform: translateX(-60%) scale(0.8);
  }
}

@-webkit-keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
  }
}

@-webkit-keyframes moveToFront {
  0% {
    -webkit-transform: translateX(100%) scale(0.8);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
  }
}

@keyframes moveToFront {
  0% {
    -webkit-transform: translateX(100%) scale(0.8);
            transform: translateX(100%) scale(0.8);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
}

/* Color var */
.switcher-field {
  margin-top: 20px;
  position: relative;
}

#co-payment-form #checkout-payment-method-load input.radio {
  margin-right: 5px;
  display: inline;
  margin-top: 0px;
}

input:focus {
  border: 1px #929292 solid;
}

.item-wishlist, .product-wishlist, .add-to-links .wishlist, .link-wishlist {
  display: block !important;
}

.availability-only-details th{
	border:1px solid #686868;
	padding:5px;
	background-color:#eee;
	color:#444;
	min-width:65px
}
.availability-only-details td{
	border:1px solid #686868;
	padding:5px;
}

/* CMCS */
.products-grid .price-box .price-jm,#wishlist-table .price-jm{color:#ff0000;font-size:116.66%}
.products-grid .price-box .old-price .price-jm{color:inherit;font-size:inherit}
.products-grid .price-box .price-converted{color: #ff0000;font-size: 116.66%;}
.price-box .price-jm{color:#ff0000;font-size:150%}
.price-box .old-price .price-jm{font-size:116.66%;color:#909090;text-decoration: line-through;}
.price-box .old-price .price-converted{color: inherit;font-size: inherit;text-decoration: line-through;}
.price-box .price-converted{color: #ff0000;font-size: 150%;}
.mini-cartpro .s-qty strong{display:inline-block;vertical-align:baseline}
.mini-cartpro .product-details .price-converted{float: left;font-size: 100%;line-height: 14px;margin-left:5px}
.mini-cartpro .subtotal .price-converted{float:right;font-size:133.333%;margin-left:5px}
#minicart-sidebar .price-jm{display: inline-block;font-size: 100%;line-height: 14px;font-weight: 700;float: left;}
.elastic-results .price-jm{font-size:116.66%}
.elastic-results .old-price .price-jm{color:#909090}
#shopping-cart-table .input-text.qty{margin:0 0 7px}
#oib-firme{display:none}
#billing-address-select{width:auto}
#packet-container{position:absolute;width: 100px;font-weight: bold;top:-17px}
#packet-container span{display:inline-block}
.product-shop .quantity-box{position:relative;display:block}
.clear:after,.clear:before{clear:both;content:"";display:table}
#rcode{margin:0 0 15px}
#ordercomments_input{height:30px;padding:0 10px;width:100%}
.socials-wrap {text-align: center;}
.social-footer-list{text-align: center;}
.social-header-list{padding:2.5px 0}
.social-header-list li{display:inline-block;margin:0 5px}
.socials-wrap{text-align:center}
.socials-wrap h3{font-family:Ubuntu, serif !important}
.social-footer-list li{display:inline-block;margin:0 10px}
.btn-mail {text-transform: uppercase;color: #fff;background-color: #34a142;position: relative;padding-left: 10px;padding-right: 10px;margin-right: 10px;}
.btn-mail:hover {background-color: #686868;color: #fff;}
.mail-info{line-height:34px;color:#383838}
.footer-flags{background-color:#fff;text-align: center;}
.footer-flags img, .footer-flags a{vertical-align:middle}
#brand-owl .owl-stage-outer{height: auto !important;}
#brand-owl .owl-stage-outer:before,#brand-owl .owl-stage-outer:after{clear: both;content: "";display: table;}
#brand-owl .owl-carousel .owl-item{width: auto !important;}
.content-bottom-4 .wrap-shop-brands ul li{width: 5%;}
.content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(5n)) {margin-right: 0;}
#brand-owl .owl-carousel .owl-controls .owl-prev, #brand-owl .owl-carousel .owl-controls .owl-next{color:#869791}
.content-bottom-1 .wrap-banner-home ul{margin:0 -1%}
.content-bottom-1 .wrap-banner-home ul li {padding: 0 1% 2%;margin:0; width: 33.333%;float: left;}
body.modal-open {overflow:hidden}
#modal {display:none;position: fixed;top:0;left:0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.25);z-index: 10000;}
.modal-wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: auto;}
.modal-container {background-color: #fff;padding: 25px;position: absolute;max-width:80%;max-height:80%;overflow:auto;box-shadow: 0 0 3px #989898;}
#modal-closer {position: absolute;top: 0;right: 0;padding: 5px;cursor:pointer;}
.icon-close{display:block}
.icon-close:before{content: "\f00d";font-size: 13px;font-family: "Fontawesome";}
.modal-heading{margin:0 0 20px}
.modal-description{font-size:14px;margin:0 0 20px}
.modal-description ul {list-style: disc;}
.modal-description ul li{margin:0 0 7px 20px}
#upit-za-proizvod-forma .required{color:#e60000;margin:0 5px 0 0}
.input-row{margin:0 -2%}
.input-field{margin:0 0 20px}
.input-field.col-3{float:left;width:25%;padding:0 2%}
.input-field.col-4{float:left;width:33.333333%;padding:0 2%}
.input-field.col-6{float:left;width:50%;padding:0 2%}
.input-field.col-8{float:left;width:66.666666%;padding:0 2%}
.input-field.col-12{padding:0 2%}
.input-field input[type="text"],.input-field input[type="email"]{width:100%;height:35px;line-height:35px;font-size:14px;color:#777;padding:0 10px;margin:0}
.input-field textarea{font-size:14px;color:#777;padding:10px}
.input-field input[type="checkbox"]{margin:0 5px 0 0}
#toggle-uvjeti-kontaktiranja{text-decoration:underline;cursor:pointer}
#uvjeti-kontaktiranja{display:none;border: 1px solid #666;padding: 7px 10px;}
#uvjeti-kontaktiranja p{margin:0 0 5px}
#uvjeti-kontaktiranja p:last-child{margin:0}
#contact-success,#contact-failure{font-size:24px;display:none;text-align: center;}
#contact-success img, #contact-failure img {display: block;margin: 10px auto;}
#contact-success .icon-check,#contact-failure .icon-cancel{margin-right: 10px;font-size: 40px;display: block; vertical-align: middle;}
#contact-failure .icon-cancel{color:#c20000}
#contact-success .icon-check{color:#2ab06f}
#contact-success .icon-check:before,#contact-failure .icon-cancel:before{display: block;}
#contact-closer,#modal-closer{position: absolute;top: 0;right: 0;padding: 10px;cursor:pointer;}
#form-validation-result{color:#e60000;margin:0 0 15px}
.image-disclaimer{font-style: italic;color: #8B8B8B;}

@media all and (min-width:768px) {
.content-bottom-1 .wrap-banner-home ul li:nth-child(3n+1){clear:left}
}
@media all and (max-width:767px) {
.social-header-list{padding:0}
.social-header-list li{margin:0 10px;line-height:42px}
.social-header-list li img{vertical-align:middle}
.std{padding:0 15px}
}
@media all and (min-width:480px) and (max-width:767px) {
.content-bottom-1 .wrap-banner-home ul li {width: 50%;}
.content-bottom-1 .wrap-banner-home ul li:nth-child(2n+1){clear:left}
}
@media all and (max-width:479px) {
.content-bottom-1 .wrap-banner-home ul li {width: 100%;padding:0 0 15px}
}
/********** < Navigation */

#nav { width:100%; float: left; }

/* All Levels */ /* Style consistent throughout all nav levels */

#nav li { position:relative; text-align:left;  margin-right: 1px; }
#nav li:hover{ }
#nav li.over { z-index:999999; }
#nav a{ display: block;}
#nav > li.active > a > span:before{
	 color: #fff!important; 
}
#nav li.last a{
	border-bottom: none;
}

#nav > li > a{ position: relative; }
#nav > li > a:before,
#nav > li.active > a:before,
#nav > li.parent > a:before{
	position: absolute; width: 0;
	height: 3px; background: #3ab54a;
	top: 0; left: 0; content: "";
}
#nav > li.active > a:before,
#nav > li.parent:hover > a:before,
#nav > li > a:hover:before{
	width: 100%;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#nav > li.over > a > span{
	color: #3ab54a;
}
#nav > li.parent.active > a:after,
#nav > li.parent > a:hover:after,
#nav > li.parent.over > a:after{
	position: absolute; width: 10px;
	height: 20px; background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/mega_i.png) no-repeat -28px -104px;
	bottom: -13px; left: 50%; content: "";
}
#nav > li > a.over,
#nav > li > a.over span:before,
#nav > li > a:hover { }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal;  }
#nav > li.parent > a > span{ padding: 0 15px !important; position: relative; }
#nav > li > a > span{ line-height: 80px;  }
/*#nav > li.parent > a > span:before{
	content: "\f107"; font-family: "Fontawesome"; font-size: 16px; color: #bababa;
	position: absolute;
	top: 50%; margin-top: -7px; right: 16px; float: left;
	width: 10px; height: 10px; line-height: 100%;
}*/

#nav ul {
	background: #fff;
}
#nav ul li{
	padding:  0 10px;
}
#nav ul li:hover{}
#nav ul li:hover a{ }
#nav ul li.parent li a { }

/* 0 Level */
#nav > li > a > span{ font-size: 116.66%; }

#nav li { float:left; }
#nav > li.active > a { }
#nav a span{ padding: 0 10px; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0;  }
#nav ul li.last { }
#nav ul a{
	 border-bottom: 1px solid #ddd;
}
#nav ul a,
#nav ul a:hover { float:none; padding: 0 0 0 15px; background:none; }
#nav ul li a { font-weight:normal !important; }
#yt_header #nav ul li a span{
	font-weight: 300 !important; position: relative;
}
#nav ul li.parent a span{
	position: relative;
}
#nav ul li.parent > a > span:before{
	content: "\f105"; font-family: "Fontawesome"; font-size: 14px; color: #818181;
	position: absolute;
	top: 50%; margin-top: -7px; right: 0px; float: left;
	width: 10px; height: 10px; line-height: 100%;

}
#nav ul li.parent > a:hover > span:before{
	color: #3ab54a;
}
#nav ul li > a > span:after{
	content: ""; 
	position: absolute;
	top: 50%; margin-top: -5px; left: -11px; float: left;
	width: 6px; height: 10px; line-height: 100%;
	background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/mega_i.png) no-repeat -4px -2250px;
}
#nav ul li > a:hover > span:after{
	background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/mega_i.png) no-repeat -13px -2250px;
}
/* 2nd Level */
#nav ul,
#nav div { 
	position:absolute; z-index: 999999;
	min-width:192px; top:80px; 
	/*left:-10000px;*/
	opacity: 0;
	filter: alpha( opacity=0 ) ;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	-ms-transform: scale(0); /* IE 9 */
	-webkit-transform: scale(0); /* Chrome, Safari, Opera */
	transform: scale(0);
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
    border-top: 3px solid #3ab54a;
}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:0px; }

#nav ul li a { }
#nav ul li a:hover { }
#nav ul li a,
#nav ul li a:hover { }
#nav ul span,
#nav ul li.last li span { padding:0; line-height: 34px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { 
	left:0; z-index:999999;
	
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Chrome, Safari, Opera */
	transform: scale(1);

	opacity: 1;
	filter: alpha( opacity=100 ) ;

 }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub,
#nav ul li.parent ul{ left:192px !important; }

/********** Navigation > */
/*
@media (max-width: 321px)
@media (max-width: 361px) 
@media (max-width: 481px) 
@media (max-width: 641px) 
@media (max-width: 979px) 
@media (min-width: 768px) and (max-width: 979px) 
@media (min-width: 980px) and (max-width: 1024px)
@media (min-width: 1136px)  

@media (min-width: 1200px) 
@media (min-width: 992px) and (max-width: 1199px) 
@media (min-width: 768px) and (max-width: 991px) 
@media (max-width: 767px) 
*/
@media (min-width: 1200px) {
  .yt_ressidebar_screennav {
    display: none;
  }
  .layout-boxed #yt_wrapper {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
  }
  .layout-boxed #yt_wrapper .content-bottom-slider .sm_imageslider .owl-controls .owl-prev:after,
  .layout-boxed #yt_wrapper .content-bottom-slider .sm_imageslider .owl-controls .owl-next:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .layout-boxed .products-grid.m-lr {
    margin: 0 -8px !important;
  }
  .layout-boxed .content-bottom-8 .m-lr .flow-us {
    margin-left: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .link-right {
    margin-right: 0;
  }
  .layout-boxed .wrap .m-lr .wrap-address {
    right: 50px;
  }
  .layout-boxed .footer-bottom .m-lr {
    margin: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .layout-boxed .content-bottom-8 .m-lr .flow-us {
    margin-left: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .link-right {
    margin-right: 0;
  }
  .layout-boxed .wrap .m-lr .wrap-address {
    right: 15px;
  }
  .layout-boxed .footer-bottom .m-lr {
    margin: 0 !important;
  }
  .layout-boxed .content-bottom-slider .sm_imageslider .owl-controls .owl-prev:after,
  .layout-boxed .content-bottom-slider .sm_imageslider .owl-controls .owl-next:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .layout-boxed #yt_wrapper {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
  }
  .layout-boxed .products-grid.m-lr {
    margin: 0 -8px !important;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    padding: 0 2%;
  }
  .product-view .product-shop {
    width: 52.65%;
  }
  .product-view .product-img-box {
    margin-right: 4.476%;
  }
  .cart .cart-collaterals #crosssell-products-list .product-details .price-box {
    min-width: 136px;
  }
  body .style-dn-parent .sm_megamenu_dropdown_4columns,
  body .cus_tmp1-parent .sm_megamenu_dropdown_4columns {
    left: 2.85% !important;
    margin-left: 0px !important;
  }
  body .cus_tmp1-parent .cus_tmp1 > .sm_megamenu_firstcolumn.sm_megamenu_col_2 {
    margin-left: 28px !important;
  }
  body .sm_megamenu_menu .sm-megamenu-child .cus-cs {
    padding-left: 12px !important;
  }
  body .sm_megamenu_menu .sm-megamenu-child .cus_temps {
    padding-left: 0 !important;
  }
  #cpanel_btn {
    display: none;
  }
  .wrap-content img {
    width: 100%;
  }
  .content-bottom-6 #page-wrap .box-wrapper .item {
    width: 50%;
  }
  body a.sm_quickview_handler {
    display: none !important;
  }
  #yt_left .product-image {
    width: 100px;
  }
  #yt_left .product-image img {
    width: 100% !important;
  }
  #yt_left .wrap-price .price_filter .price-to {
    margin-left: 0 !important;
  }
  #yt_left .wrap-price #price-filter-max-text {
    margin-right: 0 !important;
  }
  #yt_left .block-basic .product-wrap .item .price-box .old-price {
    margin-right: 4px !important;
  }
  #yt_left .block-basic .product-content {
    max-width: 117px;
  }
  .price-box .price-to {
    margin-left: 5px !important;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap h2 {
    margin-right: 0 !important;
  }
  body .sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title {
    padding: 0 10px 0 12px;
  }
  .product-view .product-img-box .yt-detail-image a img {
    width: 100%;
  }
  .product-view .product-shop #product-options-wrapper .selector span:before {
    right: 30px !important;
  }
  .products-grid > .item {
    min-height: 309px;
  }
  .cms-home-02 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-02 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-02 .content-bottom-1,
  .cms-home-02 .banner-home-bottom,
  .cms-home-02 .banner-left {
    width: 100%;
  }
  .cms-home-02 .banner-home-bottom .wrap-banner-home ul li,
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li {
    width: 48% !important;
  }
  .cms-home-02 .content-bottom-7 .block-news-letter {
    background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/bg-newlleter-01.png") no-repeat 0 0 !important;
  }
  .cms-home-01 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-01 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-01 .content-bottom-7 .page-title-categoryslider {
    margin: 0 0 30px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .control-button li {
    top: -63px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100%;
  }
  .header2 .header-menu-2 {
    height: 56px;
  }
  .header2 .header {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .header2 .header .logo {
    float: none;
    display: inline-block;
    float: none !important;
  }
  .header2 .header .content-bottom-services {
    float: none !important;
    display: inline-block;
    margin: 11px 9px  0 !important;
  }
  .header2 .header .content-bottom-services .wrap-services {
    margin-left: -12px !important;
  }
  .header3 .wrap-services .item2 a {
    padding-left: 35px !important;
  }
  .header3 .wrap-services .item2 a span:before {
    left: -35px !important;
  }
  .cms-home .sm-categoryslider .item-cat-image {
    width: 21%;
  }
  .cms-home .sm-categoryslider .item-cat-image .cat-image {
    padding: 0;
  }
  .cms-home .sm-categoryslider .item-cat-image .cat-image img {
    width: 100%;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap:before {
    left: 10px;
  }
}

@media (min-width: 980px) and (max-width: 991px) {
  .sm-megamenu-child {
    border: 1px solid #e2e2e2;
    border-top: none;
  }
  .content-bottom-services .wrap-services div > span {
    text-transform: capitalize !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cms-home .sm-categoryslider .item-cat-image {
    width: 27%;
  }
  .cms-home .sm-categoryslider .item-cat-image .cat-image {
    padding: 0;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap {
    padding-left: 15px;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap .phone {
    float: right;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap:before {
    left: -4px;
  }
  /*.header2 #yt_header .header {
		.content-bottom-services { float: none;
			.wrap-services { float: none;
				div{ margin: 0 0 0 160px !important;
					&.item2{ margin-left: 139px !important;}
				
				}
			}
		}
	}*/
  .cms-home-01 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-01 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-01 .content-bottom-7 .page-title-categoryslider {
    margin: 0 0 30px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .control-button li {
    top: -63px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100%;
  }
  .cms-home-02 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-02 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-02 .content-bottom-7 .page-title-categoryslider {
    margin: 0 0 30px !important;
  }
  .cms-home-02 .content-bottom-7 .sm-categoryslider .control-button li {
    top: -63px !important;
  }
  .cms-home-02 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100%;
  }
  .cms-home-02 .banner-home-bottom .wrap-banner-home ul li,
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li {
    width: 48% !important;
  }
  .wrap-contact .block-contact {
    width: 100%;
  }
  .wrap-contact .buttons-set .button {
    margin-left: 78px;
  }
  .wrap-contact .img-style {
    display: none;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap h2 {
    margin-right: 0 !important;
  }
  #yt_wrapper {
    position: relative;
  }
  #yt-responsivemenu {
    float: left;
    margin-top: 15px;
  }
  #yt-responsivemenu .btn-navbar {
    background: #d8d8d8;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
  }
  .content-bottom-services .wrap-services div.item2 {
    padding-left: 43px;
    width: 27%;
  }
  .content-bottom-services .wrap-services div.item3 {
    width: 23%;
    padding-left: 30px;
  }
  .content-bottom-services .wrap-services div span {
    text-transform: capitalize !important;
  }
  .content-bottom-7 .sm-categoryslider .preset02-2 .categoryslider {
    width: 70% !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item {
    width: 50%;
  }
  #yt_footer .block {
    padding: 29px 25px;
  }
  .footer-bottom .m-lr,
  .wrap .m-lr {
    margin: 0 !important;
  }
  .content-bottom-8 .m-lr .link-right {
    width: 68%;
  }
  .content-bottom-8 .m-lr .flow-us {
    width: 36%;
  }
  .content-bottom-8 .m-lr .link-right ul li a {
    padding: 0 10px;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap ul li a {
    margin-left: 4px;
  }
  .content-bottom-2 .deal-list-item .item .inner-item {
    margin-bottom: 10px !important;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper {
    width: 50%;
    margin-bottom: 10px;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper img {
    width: 100%;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat {
    display: none;
  }
  .content-bottom-6 #page-wrap .box-wrapper .item {
    width: 50%;
  }
  .yt_ressidebar_screennav {
    display: block;
  }
  .layout-boxed {
    background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/mega_bkg_boxed.jpg") no-repeat center 0;
    background-color: #f1f1f1 !important;
  }
  .layout-boxed .content-bottom-8 .m-lr .flow-us {
    margin-left: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .link-right {
    margin-right: 0;
  }
  .layout-boxed .wrap .m-lr .wrap-address {
    right: 15px;
  }
  .layout-boxed .footer-bottom .m-lr {
    margin: 0 !important;
  }
  .layout-boxed #yt_wrapper {
    width: 780px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
  }
  .layout-boxed .products-grid.m-lr {
    margin: 0 -8px !important;
  }
  .cart .cart-collaterals #crosssell-products-list .product-image {
    margin: 4px 10px 15px 0;
  }
  .cart .cart-collaterals #crosssell-products-list .product-details .price-box {
    min-width: 0;
  }
  .cart .crosssell .button {
    clear: both;
  }
  .cart .col-del {
    border-right: 1px solid #ccc;
  }
  .yt-menu-container {
    display: none;
  }
  .my-account .form-list .field {
    width: 100%;
  }
  .my-account .form-list input.input-text {
    width: 100%;
  }
  .my-account .form-list .input-box select {
    height: 32px;
    padding: 6px !important;
    width: 100%;
  }
  #my-orders-table thead tr td,
  #my-orders-table thead tr th {
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
  }
  #my-orders-table .data-table tbody td {
    padding: 5px;
  }
  #my-orders-table .link-reorder {
    clear: both;
    display: block;
  }
  .block-about-us .block-wel .w-right {
    float: left;
    margin-top: 35px;
  }
  .block-about-us .mem {
    margin-top: 50px;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    width: 50%;
    margin: 0 0 20px;
  }
  .block-about-us .hap {
    margin-top: 38px;
    padding: 0 15px;
  }
  #yt_left .wrap-price .price_filter .price-to {
    margin-left: 0 !important;
  }
  #yt_left .block-basic .product-wrap .item .product-image {
    margin-right: 6px !important;
  }
  #yt_left .block-basic .product-wrap .item .price-box .old-price {
    margin-right: 4px !important;
  }
  #yt_left .block-basic .product-content {
    max-width: 117px;
  }
  #products-list .product-shop {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .toolbar .pager {
    float: left;
    margin-top: 15px;
    text-align: left;
    width: auto;
  }
  .toolbar select {
    padding-left: 10px !important;
    float: left;
    margin-top: -2px;
  }
  #cpanel_btn {
    display: none;
  }
  .sm_quickview_handler {
    display: none;
  }
  #yt-responsivemenu .btn.btn-navbar,
  .menu-selectbox {
    margin-left: 0 !important;
  }
  #yt_wrapper {
    left: 0;
  }
  .block-tags .actions {
    margin-bottom: 15px;
  }
  .products-grid > .item {
    min-height: 319px;
  }
  .product-view .product-img-box .yt-detail-image a img {
    width: 100%;
  }
  .product-view .product-img-box {
    width: 42%;
  }
  .product-view .product-shop {
    width: 55.336%;
  }
  /*#catalog-listing{ */
  .toolbar .pager .item-pp {
    display: none;
  }
  .toolbar .pager .limiter {
    margin-right: 10px;
  }
  /*}*/
  .product-view .wrap-upsell_pro #upsell_pro .slider .vpo-wrap .vp {
    margin-left: 4px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div {
    margin: 0 0 0 104px;
  }
  .header2 #yt_header .content-bottom-services .wrap-services div {
    margin: 0 0 0 104px !important;
  }
  .header2 #yt_header .content-bottom-services .wrap-services div.item4 {
    display: none;
  }
  .header2 #yt_header .header {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .header2 #yt_header .header .quick-access {
    bottom: 17px !important;
  }
  .header2 #yt_header .logo {
    float: none;
    display: inline-block;
  }
  .header2 #yt_header .header .content-bottom-services {
    float: none;
    display: inline-block;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services {
    margin-left: -40px !important;
  }
  .header2 .header-menu-2 .header-container {
    height: 0;
  }
  .header3 .header-menu-3 .menu-top {
    display: none;
  }
  .header3 #yt_header > .container .menu-top {
    display: block;
  }
  .header3 #yt_header .header .menu-top {
    margin-left: 0;
    position: static;
  }
  .header3 .content-bottom-services .wrap-services div {
    margin-right: 20px !important;
    width: 48.5% !important;
  }
  .header3 .content-bottom-services .wrap-services div.item2 {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .header3 .content-bottom-services .wrap-services div.item2 a {
    padding-left: 58px !important;
    text-align: left;
  }
  .header3 .content-bottom-services .wrap-services div.item1 {
    margin-bottom: 10px !important;
  }
  .header3 .content-bottom-services .wrap-services div.item4 {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-wrapper {
    background: #eee;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    height: 52px;
    margin-bottom: 15px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > .wrap {
    margin-left: 0;
  }
  .content-bottom-services .wrap-services div.item4 > .wrap:before {
    left: -27px;
  }
  .header3 .content-bottom-services .wrap-services div.item3 a span:before {
    top: 7px;
  }
  .header3 .content-bottom-services .wrap-services div.item1 a span:before {
    top: 10px;
  }
  .header3 .header-menu-3 {
    display: none;
  }
  .header3 .header .menu-top {
    display: block !important;
  }
  .header3 .wrap-services {
    padding: 0 15px !important;
  }
  .header3 .wrap-services > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
  .header3 .wrap-services > div.item2 a {
    padding-left: 56px !important;
  }
  .header3 .block-minicartpro {
    position: static;
  }
  .header3 .quick-access {
    top: 0 !important;
    background: #fff;
  }
  .header3 .quick-access #search_m {
    margin-bottom: 0;
  }
  .yt-menu-container {
    display: none;
  }
  .product-view .product-img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-view .product-img-box .yt-detail-image a img {
    width: 100%;
  }
  .product-view .product-shop {
    width: 100%;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat {
    margin-top: 15px;
  }
  #blog-list .item .product-image {
    margin-bottom: 20px;
    width: 100%;
  }
  #blog-list .item .product-image img {
    width: 100%;
  }
  .inner-post-wrapper .toolbar,
  .category-blog .toolbar {
    padding-left: 10px;
  }
  .block.block-compare,
  .block-basic {
    margin-bottom: 30px;
  }
  .mini-cartpro .block-content {
    -webkit-box-shadow: -1px 2px 6px #888888;
    box-shadow: -1px 2px 6px #888888;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .item-image a img,
  .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100% !important;
  }
  #yt-responsivemenu {
    float: left;
    margin-top: 15px;
  }
  #yt-responsivemenu .btn-navbar {
    background: #d8d8d8;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
  }
  .wra-bread {
    padding: 0 15px;
  }
  #yt_main .category-image-banner {
    float: left;
    margin-top: 30px;
  }
  .content-bottom-services .wrap-services div {
    width: 100% !important;
    text-align: left !important;
  }
  .content-bottom-services .wrap-services div.item1 {
    margin-left: 0;
  }
  .content-bottom-services .wrap-services div.item1 span:before {
    top: 9px;
  }
  .content-bottom-services .wrap-services div.item2 {
    margin-left: 56px;
  }
  .content-bottom-services .wrap-services div.item2 span:before {
    top: 6px;
  }
  .content-bottom-services .wrap-services div.item3 {
    margin-left: 46px;
  }
  .content-bottom-services .wrap-services div.item3 span:before {
    top: 4px;
  }
  .content-bottom-services .wrap-services div.item4 {
    margin-left: 48px;
  }
  .content-bottom-services .wrap-services div.item4 span:before {
    top: 7px;
  }
  .content-bottom-services .wrap-services div span {
    line-height: 40px !important;
    text-transform: capitalize !important;
  }
  .yt_ressidebar_screennav {
    display: block;
  }
  .hidden-m {
    display: none;
  }
  .cart-collaterals {
    padding: 0 15px;
  }
  .cart-collaterals .col2-set,
  .cart-collaterals .totals {
    width: 100%;
  }
  #yt_wrapper {
    left: 0;
  }
  #yt_left {
    padding-left: 15px;
  }
  #yt_main {
    clear: both;
    padding-right: 15px;
  }
  .main-l {
    clear: both;
  }
  #yt-responsivemenu {
    display: block;
    float: left;
  }
  .sm_megamenu_wrapper_horizontal_menu,
  #cpanel_wrapper {
    display: none;
  }
  .p-left {
    padding-left: 15px;
  }
  .p-right {
    padding-right: 15px;
  }
  .header-container {
    padding: 0 15px;
  }
  .m-lr {
    margin: 0 !important;
  }
  #yt_footer .footer-bottom address {
    text-align: center;
  }
  #yt_footer .footer-bottom .f-right {
    text-align: center;
  }
  #yt_footer .footer-bottom .payment {
    float: none;
    display: inline-block;
    margin: 10px 0 !important;
  }
  .sm_quickview_handler {
    display: none;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .block-about-us .block-wel .w-right {
    margin: 25px 0 15px 0;
    float: left;
  }
  .block-about-us .hap {
    padding: 0 15px;
    margin-top: 38px;
  }
  .col1-layout .col-main > .page-title {
    padding: 0 15px;
  }
  .wrap-contact .info {
    margin-top: 20px;
  }
  .cart {
    padding: 0 5px;
  }
  .cart tbody td.last {
    border-right: none;
  }
  .account-create {
    padding: 0 15px;
  }
  .account-login {
    padding: 0 15px;
  }
  .account-login #login-form .col2-set .col-2 {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .account-login #login-form .col2-set .col-1 {
    float: left;
    width: 100%;
  }
  #yt_wrapper {
    position: relative;
  }
  #products-list .product-shop .desc {
    float: left;
  }
  .products-grid .item {
    float: left;
    width: 50%;
  }
  .products-grid .item .new-item {
    right: -1px !important;
  }
  .products-grid .item .sale-item {
    left: -1px !important;
  }
  .wrap .m-lr .wrap-address {
    display: none;
  }
  .content-bottom-8 .m-lr .flow-us,
  .content-bottom-8 .m-lr .link-right {
    width: 100% !important;
    margin: 0 !important;
  }
  .content-bottom-8 .m-lr .link-right ul {
    float: left;
  }
  .content-bottom-8 .m-lr .link-right ul li:first-child a {
    padding-left: 0 !important;
  }
  .price_filter .price-to {
    margin-left: 17px !important;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap h2 {
    margin-right: 0 !important;
  }
  .wrap-contact {
    padding: 0 15px;
  }
  .wrap-contact .block-contact {
    width: 100%;
  }
  .wrap-contact .col-xs-12 {
    padding: 0;
    float: left;
  }
  .wrap-contact input,
  .wrap-contact textarea {
    width: 100% !important;
  }
  .wrap-contact .buttons-set .button {
    margin-left: 0 !important;
  }
  .wrap-contact .contact-col-right {
    margin-top: 20px;
  }
  .wrap-contact .img-style {
    margin-top: 0;
  }
  /*}
@media (min-width: 481px) and (max-width: 640px){*/
  .ge-header-top .group-cur-lang {
    display: inline;
    padding: 0;
  }
  .ge-header-top .group-cur-lang .block {
    margin-top: 5px;
  }
  .ge-header-top .group-cur-lang .block.block-language {
    margin-left: 15px;
  }
  .ge-header-top .toplinks {
    display: inline;
    padding: 0;
  }
  .ge-header-top .toplinks .block-minicartpro {
    margin-right: 15px;
  }
  /*}
@media (max-width: 480px) {*/
  #billing-buttons-container {
    padding-right: 15px;
  }
  .block-about-us .block-wel .w-left-content img {
    width: 100%;
  }
  .mini-cartpro .block-content .mini-products-list .product-details.left {
    max-width: 105px;
  }
  #yt_header .block-minicartpro .block-content:after {
    width: 14px;
  }
  .block-account {
    margin-top: -20px;
  }
  .block-minicartpro {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mini-cartpro .block-content {
    width: 315px;
    right: -12px;
  }
  .checkout-onepage-index .page-title {
    margin-top: -15px;
  }
  .group-cur-lang {
    padding-bottom: 5px;
    padding-top: 0;
  }
  .wrap-contact {
    padding: 0 15px;
  }
  .wrap-contact .block-contact {
    width: 100%;
  }
  .wrap-contact .col-xs-12 {
    padding: 0;
    float: left;
  }
  .wrap-contact input,
  .wrap-contact textarea {
    width: 100% !important;
  }
  .wrap-contact .buttons-set .button {
    margin-left: 0 !important;
  }
  .wrap-contact .contact-col-right {
    margin-top: 20px;
  }
  .wrap-contact .img-style {
    margin-top: 0;
  }
  .yt-responsivemenu {
    margin-top: 0 !important;
  }
  #yt_footer .block {
    padding: 15px 34px !important;
  }
  #yt_header .logo {
    float: none;
    display: inline-block;
  }
  #yt_main .category-image-banner {
    float: left;
    margin-top: 30px;
  }
  .wra-bread {
    padding: 0 15px;
  }
  .block.block-layered-nav dl#narrow-by-list .wrap-price .price_filter .price-to {
    margin-left: 17px !important;
  }
  .toolbar .pager .pages {
    float: left !important;
  }
  .toolbar .pager .limiter {
    float: left !important;
    margin-left: 10px;
  }
  .toolbar .pager .item-pp {
    margin-top: 10px !important;
    display: none;
  }
  .toolbar .pager {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 100%;
  }
  .cart #shopping-cart-table tbody td.last,
  .cart #shopping-cart-table thead tr th.col-del {
    border-right: none !important;
  }
  #checkoutSteps #checkout-step-login .col-1,
  #checkoutSteps #checkout-step-login .col-2 {
    width: 100%;
  }
  #checkoutSteps #checkout-step-login .col-2.mobile {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  #checkoutSteps #checkout-step-login .col2-set h4 {
    margin: 5px 0;
  }
  #checkoutSteps #checkout-step-login .control input {
    margin: 0px 5px 0 0 !important;
  }
  #checkoutSteps #checkout-step-login .form-list {
    margin-bottom: 10px;
  }
  #checkoutSteps #checkout-step-login .form-list li {
    margin-bottom: 5px;
  }
  #checkoutSteps #checkout-step-login .show-m {
    display: block;
  }
  #checkoutSteps #checkout-step-billing .input-box select {
    height: 34px;
    padding: 7px !important;
  }
  #checkoutSteps input[type="radio"] {
    margin: 0px 5px 0 0 !important;
  }
  .group-cur-lang > .block {
    margin-top: 5px !important;
  }
  #yt_header .header-container .header .block-minicartpro {
    margin: 0 0 0 48px !important;
  }
  .cart {
    padding: 0 5px;
  }
  .cart h1 {
    line-height: 40px;
  }
  .cart #shopping-cart-table {
    width: 100%;
    margin: 0 auto;
  }
  .cart #shopping-cart-table tbody td {
    padding: 7px;
    border-right: 1px solid #ccc;
  }
  .cart #shopping-cart-table thead tr th {
    padding: 10px 14px;
    text-transform: capitalize;
    border-right: 1px solid #ccc;
  }
  .cart #shopping-cart-table .button {
    width: 100%;
  }
  .cart #shopping-cart-table .button#empty_cart_button {
    margin-bottom: 0;
  }
  .cart .cart-collaterals {
    padding: 0;
  }
  .cart .cart-collaterals .col-1,
  .cart .cart-collaterals .col-2 {
    width: 100%;
  }
  .cart .cart-collaterals #crosssell-products-list .product-details .price-box {
    min-width: 175px;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    width: 100%;
  }
  .block-about-us .block-wel .w-right {
    margin: 25px 0 15px 0;
    float: left;
  }
  .block-about-us .hap {
    padding: 0 15px;
  }
  #yt_header .ge-header-top .quick-info,
  #yt_header .ge-header-top .links {
    display: none;
  }
  #yt_header .header-container .header {
    text-align: center;
    position: relative;
  }
  #yt_header .header-container .quick-access {
    display: none;
  }
  #yt_header .menu-top {
    background: #eee;
    position: relative;
    margin-left: 0 !important;
  }
  #yt_header .menu-top .btn-navbar {
    margin: 0 !important;
    color: #4d4d4d !important;
    background: none !important;
  }
  #yt_header .menu-top .toplinks-mobile,
  #yt_header .menu-top .search-mobile {
    display: block !important;
    border-left: 1px solid #d8d8d8;
    float: right;
    height: 50px;
    width: 53px;
    position: relative;
  }
  #yt_header .menu-top .toplinks-mobile .btn-collapse-1,
  #yt_header .menu-top .search-mobile .btn-collapse-1,
  #yt_header .menu-top .toplinks-mobile .btn-collapse-2,
  #yt_header .menu-top .search-mobile .btn-collapse-2 {
    height: 100%;
    position: relative;
    cursor: pointer;
    text-align: left;
  }
  #yt_header .menu-top .toplinks-mobile .glyphicon,
  #yt_header .menu-top .search-mobile .glyphicon {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #yt_header .menu-top .toplinks-mobile #btn-collapse-1,
  #yt_header .menu-top .search-mobile #btn-collapse-1,
  #yt_header .menu-top .toplinks-mobile #btn-collapse-2,
  #yt_header .menu-top .search-mobile #btn-collapse-2 {
    height: auto;
    min-width: 150px;
    padding: 0 15px;
    position: absolute;
    text-indent: 0;
    top: 50px;
    z-index: 99999999;
  }
  #yt_header .menu-top .toplinks-mobile #btn-collapse-1 li,
  #yt_header .menu-top .search-mobile #btn-collapse-1 li,
  #yt_header .menu-top .toplinks-mobile #btn-collapse-2 li,
  #yt_header .menu-top .search-mobile #btn-collapse-2 li {
    display: block;
    line-height: 25px;
  }
  #yt_header .menu-top .toplinks-mobile #btn-collapse-1 li {
    text-align: center;
  }
  #yt_header .menu-top .toplinks-mobile #btn-collapse-1,
  #yt_header .menu-top .search-mobile #btn-collapse-1 {
    right: -1px;
    text-align: left;
    background: #fff;
    border: 1px solid #d8d8d8;
  }
  #yt_header .menu-top .search-mobile {
    border-right: 1px solid #d8d8d8;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 {
    right: -1px;
    padding: 0;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 .form-search input {
    width: 254px !important;
    height: 34px;
    float: left;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 .quick-access {
    margin: 0;
    display: block;
    padding: 0;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap {
    padding: 0;
    overflow: hidden;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages {
    display: block;
    margin: 15px auto;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages li {
    background: #444;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages li:hover {
    border: 2px solid #444;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages li.sel {
    border: 2px solid #444;
    background: #fff;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper {
    margin-bottom: 10px;
    width: 100%;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper img {
    width: 100%;
  }
  .content-bottom-6 #page-wrap .item {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .content-bottom-6 #page-wrap .item .img-category {
    padding: 20px 20px 0 !important;
    width: 100% !important;
  }
  .content-bottom-6 #page-wrap .item .img-category img {
    width: 100% !important;
  }
  .content-bottom-6 #page-wrap .item .wrap-cate {
    padding-bottom: 15px;
  }
  .content-bottom-6 #page-wrap .item .wrap-cate .parent-title {
    margin: 15px 0 7px !important;
  }
  .content-bottom-8 .flow-us {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .wrap .wrap-address {
    width: 345px !important;
    display: none;
  }
  .content-bottom-8 .link-right {
    width: 100% !important;
    float: left !important;
    margin-right: 0;
    margin-left: -10px;
  }
  .content-bottom-8 .link-right ul li a {
    padding: 0 10px !important;
    line-height: 42px !important;
  }
  .content-bottom-8 .link-right ul li a:after {
    top: 13px !important;
  }
  .content-bottom-1 .wrap-banner-home ul li.b-center {
    margin: 10px 0;
  }
  .content-bottom-7 .sm-categoryslider .item-cat-image {
    position: static !important;
  }
  .content-bottom-7 .sm-categoryslider .item-cat-image img {
    width: 100% !important;
    height: auto !important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider {
    margin: 0 !important;
    float: left;
    padding: 15px 0 !important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider:before {
    display: none;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .vp {
    margin-left: 0 !important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .item {
    padding: 0 10px !important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .item .group-item {
    margin-left: -56px !important;
  }
  .content-bottom-7 .sm-categoryslider .item-sub-cat {
    margin-bottom: 15px !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .sale-item {
    left: -1px !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .new-item {
    right: -1px !important;
  }
  .content-bottom-2 .deal-list-item .btn-p-n {
    right: 0 !important;
  }
  .content-bottom-2 .deal-list-item .btn-p-n .carousel-control {
    margin-top: 0 !important;
  }
  .content-bottom-3 .block-news-letter .block-content {
    display: inline;
    position: relative;
  }
  .content-bottom-3 .block-news-letter .block-content p.title {
    line-height: 18px !important;
    font-size: 150%;
    margin: 70px 0 12px !important;
  }
  .content-bottom-3 .block-news-letter .block-content p.bottom {
    line-height: 18px !important;
  }
  .content-bottom-3 .block-news-letter .block-content .input-box {
    width: 100%;
  }
  .content-bottom-3 .block-news-letter .block-content .input-box #newsletter {
    width: 100% !important;
    padding-right: 118px;
  }
  .content-bottom-3 .block-news-letter .block-content .actions {
    position: absolute;
    right: 0;
  }
  #my-orders-table {
    margin-bottom: 10px;
  }
  #my-orders-table thead tr td,
  #my-orders-table thead tr th {
    border-top: none;
    float: left;
    width: 100%;
  }
  #my-orders-table thead tr th {
    text-align: center !important;
  }
  #my-orders-table thead tr {
    width: 102.5% !important;
    float: left;
  }
  #my-orders-table tbody tr {
    float: left;
    width: 103% !important;
  }
  #my-orders-table tbody td {
    float: left;
    width: 100%;
  }
  #my-orders-table tfoot tr {
    float: left;
    width: 103% !important;
  }
  #my-orders-table tfoot td {
    float: left;
    width: 100%;
    border-top: none;
  }
  .sales-order-view .my-account > .page-title h1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup {
    display: none !important;
  }
  .my-wishlist .input-text {
    width: 35px;
  }
  .my-wishlist .button {
    width: auto !important;
  }
  #wishlist-table .price-box p.price-to {
    margin-left: 0 !important;
  }
  #confirmbox {
    margin-left: 4px;
  }
  .content-bottom-slider .sm_imageslider .owl-controls .owl-next:after {
    left: 11px;
    top: 5px;
  }
  .content-bottom-slider .sm_imageslider .owl-controls .owl-prev:before {
    left: 7px;
    top: 5px;
  }
  .content-bottom-slider .sm_imageslider .owl-controls .owl-next,
  .content-bottom-slider .sm_imageslider .owl-controls .owl-prev {
    height: 30px;
    width: 30px;
    margin-top: -15px !important;
  }
  .content-bottom-services {
    padding: 5px 0;
  }
  /*}
@media (max-width: 321px){	*/
  #confirmbox {
    width: 290px;
    margin-left: 15px;
  }
  #yt_header .header-container .header .block-minicartpro {
    margin: 0 0 0 49px !important;
  }
  .my-wishlist #wishlist-table thead tr td,
  .my-wishlist #wishlist-table thead tr th {
    padding: 10px 6px;
    text-transform: capitalize;
  }
  .my-wishlist #wishlist-table td {
    padding: 8px 3px;
  }
  .my-wishlist .button {
    width: 100%;
    margin-bottom: 5px;
  }
  #checkout-step-review {
    padding: 2px 2px 5px 2px !important;
  }
  #checkout-step-review #checkout-review-table {
    width: auto;
    margin-bottom: 5px;
  }
  #checkout-step-review #checkout-review-table tbody td {
    padding: 4px;
  }
  #checkout-step-review #checkout-review-table thead tr td,
  #checkout-step-review #checkout-review-table thead tr th {
    text-transform: capitalize;
    padding: 10px 3px;
  }
  #my-downloadable-products-table tbody td {
    padding: 4px;
  }
  #checkout-progress-wrapper {
    margin-top: 25px;
  }
  .cart #shopping-cart-table {
    width: 96%;
  }
  .content-bottom-2 .sm-deal-wrap .sm-deal-inner .carousel-control {
    margin-top: -58px;
  }
  .block-about-us .block-wel .w-left-content img {
    margin-bottom: 20px;
  }
  .product-view .product-shop .product-options-bottom .add-to-links,
  .product-view .product-shop .add-to-box .add-to-links {
    margin: 0 !important;
    width: 100%;
  }
  .product-view #yt_tab_products .yt-tab-content .data-table thead tr td,
  .product-view #yt_tab_products .yt-tab-content .data-table thead tr th {
    padding: 9px 3px;
  }
  #yt_wrapper {
    left: 0;
  }
  #yt_tab_products .yt-tab-content {
    padding: 27px 15px;
  }
  #upsell_pro.products-grid .item .sale-item,
  #related-product.products-grid .item .sale-item {
    left: 15px !important;
  }
  #product-review-table.data-table thead tr td,
  #product-review-table.data-table thead tr th {
    text-transform: lowercase;
    padding: 9px 2px;
  }
  #product-review-table.data-table tbody tr td,
  #product-review-table.data-table tbody tr th {
    padding: 8px 2px;
  }
  #product-review-table.data-table tbody tr td .radio,
  #product-review-table.data-table tbody tr th .radio {
    margin-left: -7px !important;
  }
  #review-form .buttons-set .button {
    float: left;
    margin: 0 !important;
  }
  #review-form .form-list {
    width: 100% !important;
  }
  .product-view .box-tags .form-add .input-box {
    width: 70%;
  }
  .products-list .item .item-wrap .item-image a.product-image {
    width: 100%;
  }
  #catalog-listing .products-grid .item .sale-item {
    left: 0 !important;
  }
  #upsell_pro.products-grid .item .new-item,
  #related-product.products-grid .item .new-item {
    right: 14px !important;
  }
  #yt_header .ge-header-top {
    padding-bottom: 0;
  }
  .m-hiden {
    display: none !important;
  }
  .content-bottom-slider #page-wrap {
    margin-bottom: 30px;
  }
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li,
  .banner-home-bottom .wrap-banner-home ul li,
  .content-bottom-1,
  .banner-home-bottom,
  .banner-left {
    width: 100% !important;
  }
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li:first-child,
  .banner-home-bottom .wrap-banner-home ul li:first-child {
    margin-bottom: 20px;
  }
  .cms-home-02 .content-bottom-7 .block-news-letter {
    background: url("https://iverpan.hr/skin/frontend/default/sm-megashop/images/mega-bkg-newletter.png") no-repeat center center !important;
  }
  .banner-home-bottom {
    margin-top: -30px;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: auto !important;
  }
  .cms-home-01 .content-bottom-2 .sm-facebook {
    margin-bottom: 10px;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .item {
    padding: 0 15px !important;
  }
  .cms-home-01 .sm-facebook,
  .cms-home-02 .sm-facebook {
    width: 100% !important;
  }
  .content-bottom-4 .wrap-shop-brands {
    margin-top: 30px;
  }
  .cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n {
    right: 10px !important;
  }
  .header2 #yt_header .header .quick-access {
    bottom: -50px;
  }
  .header2 #yt_header .header-container .header {
    padding-bottom: 30px !important;
  }
  .header2 #yt_header .header-container .header .menu-top {
    position: relative !important;
  }
  .header2 #yt_header .header-container .header .content-bottom-services .wrap-services div {
    margin-bottom: 20px !important;
  }
  .header2 .header-menu-2 {
    display: none;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:before,
  .header2 #yt_header .header .content-bottom-services .wrap-services div > span:before {
    top: 0 !important;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:after,
  .header2 #yt_header .header .content-bottom-services .wrap-services div > span:after {
    top: 9px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item2 > a > span:after,
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item2 > span:after {
    top: 13px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item3 span:after {
    top: 10px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > span:after {
    top: 11px;
  }
  .products-grid .item .item-wrap .item-image .group-item .link-compare {
    margin-left: -17px;
  }
  .products-grid .item .item-wrap .item-image .group-item a {
    margin-top: -16px;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart {
    margin-left: -75px;
  }
}

@media (max-width: 480px) {
  .cms-home-02 .sm-categoryslider.no-cat-image .categoryslider .vpo-wrap .vp {
    min-height: 418px !important;
  }
  .product-view .product-shop .wrap-qty {
    margin-bottom: 20px;
  }
  .product-view .product-shop .product-options-bottom.group-item a.link-compare,
  .product-view .product-shop .add-to-box.group-item a.link-compare {
    clear: both !important;
  }
  .content-bottom-8 .link-right ul li a {
    padding: 0 6px !important;
  }
  body.page-popup .data-table thead th,
  body.page-popup .data-table tbody th {
    padding-left: 2px;
    padding-right: 2px;
  }
  body.page-popup .data-table tbody td button {
    min-width: 81px;
  }
  body.page-popup .ratings .amount {
    clear: both;
    margin: 5px 0 0;
  }
  body.page-popup {
    padding: 20px 0 30px;
  }
  body.page-popup #product_comparison {
    border-right: 1px solid #ddd;
  }
  .checkout-onepage-success .col1-layout .col-main > .page-title,
  .checkout-cart-index .col1-layout .col-main > .page-title,
  .customer-account-logoutsuccess .col-main > .page-title {
    padding: 0;
  }
  .checkout-cart-index .col1-layout .col-main > .page-title,
  .customer-account-logoutsuccess .col-main > .page-title {
    margin-bottom: 15px;
  }
  .checkout-onepage-success .col1-layout .col-main,
  .checkout-cart-index .col1-layout .col-main,
  .customer-account-logoutsuccess .col-main {
    padding: 0 15px;
  }
  .products-grid .item {
    float: none;
    width: 100%;
  }
  .toolbar .pager .limiter {
    margin-top: 10px;
    clear: left;
    margin-left: 0;
  }
}

@media (max-width: 321px) {
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap {
    float: left;
  }
  .content-bottom-8 .link-right ul li:first-child + li + li + li a {
    padding-left: 0 !important;
  }
  #yt_header .ge-header-top {
    padding-bottom: 0;
  }
}

/* end media query*/
/*---------------menu sidebar----------------*/
.yt_ressidebar_screennav {
  z-index: 99;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#yt-responsivemenu .btn.btn-navbar {
  left: 0;
  margin: 0;
  padding: 7px 17px;
  line-height: 100%;
  font-size: 18px;
  color: #4d4d4d !important;
  outline: none;
  margin-left: 15px;
  border-radius: 0;
  height: 50px;
  border: none;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

#yt-responsivemenu .btn.btn-navbar .glyphicon {
  height: 14px;
  overflow: hidden;
}

#yt_resmenu_sidebar {
  display: none;
}

#yt_wrapper {
  /*position: relative;*/
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.onpen-sidebar #yt_wrapper,
.onpen-sidebar .yt_ressidebar_screennav {
  margin-left: 0;
  left: 220px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.onpen-sidebar .yt_ressidebar_screennav {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  left: 0;
}

.yt_ressidebar_screennav {
  background: #222;
  left: -220px;
  top: 0;
  position: absolute;
  width: 220px;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#yt_screennav {
  background: #222;
}

#yt_screennav ul.siderbar-menu li ul li a span {
  padding-left: 15px;
}

#yt_screennav ul.siderbar-menu li a {
  padding: 9px 0 9px 10px;
  line-height: 100%;
  display: block;
  border-bottom: 1px solid #444;
  color: #999;
}

#yt_screennav ul.siderbar-menu li a:hover {
  color: #fff;
}

/*---------------menu collapse---------*/
#yt-responsivemenu {
  position: relative;
}

#yt_resmenu_collapse {
  position: absolute;
  z-index: 999999;
  min-width: 170px;
}

#yt_resmenu_collapse ul.nav-menu {
  background-color: #222;
}

#yt_resmenu_collapse ul.nav-menu li:hover > a,
#yt_resmenu_collapse ul.nav-menu li.active > a {
  color: #FFF;
}

#yt_resmenu_collapse ul.nav-menu > li > a {
  border-bottom: 1px solid #444;
}

#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active,
#yt_resmenu_collapse ul.nav-menu > li.active > a > span,
#yt_resmenu_collapse ul.nav-menu > li:hover > a > span {
  color: #FFF;
}

.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a {
  padding: 8px 35px 8px 15px;
  display: block;
}

.nav-collapse .nav-menu > li {
  float: none;
  position: relative;
  z-index: 10;
}

ul.nav-menu li.parent {
  position: relative;
  overflow: hidden;
}

.nav-collapse .nav > li {
  float: none;
}

ul.nav-menu li.parent > .menuress-toggle.menuress-toggle:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}

ul.nav-menu li.parent.open > .menuress-toggle.menuress-toggle:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}

ul.nav-menu li.parent .menuress-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  text-align: center;
  top: 3px;
  vertical-align: middle;
  width: 40px;
  color: #909090;
}

ul.nav-menu li.parent.open .menuress-toggle {
  top: 1px;
}

ul.nav-menu li.parent > .res-wrapnav {
  height: 0;
  opacity: 0;
}

ul.nav-menu li.parent > .res-wrapnav ul {
  position: relative;
  z-index: 1;
}

ul.nav-menu li.parent.open > .res-wrapnav {
  display: block;
  opacity: 1;
  background: #2B2B2B;
  border-bottom: 1px solid #444;
}

ul.nav-menu li.parent li a {
  padding: 8px 5px 8px 15px;
  display: block;
}

ul.nav-menu li .res-wrapnav li a {
  padding-left: 30px;
}

ul.nav-menu li .res-wrapnav .res-wrapnav li a {
  padding-left: 45px;
}

ul.nav-menu li.parent > a {
  background: #222;
  border-bottom: 1px solid #444;
}

/*---------------menu responsive selectbox---------*/
.menu-selectbox .icon-reorder {
  left: 0;
  margin: 0;
  position: absolute;
  padding: 10px 16px;
  line-height: 100%;
  font-size: 21px;
  color: #fff;
  outline: none;
  border-radius: 0;
  background: #7a7a7a;
}

#yt-responsivemenu .menu-selectbox {
  position: relative;
  margin-left: 16px;
}

#yt-responsivemenu .menu-selectbox > select {
  opacity: 0;
  padding: 0;
  height: 41px;
  width: 49px;
  cursor: pointer;
}

#yt-responsivemenu .menu-selectbox > select > option {
  width: 100%;
  padding: 5px 10px;
}

/* search form */
.search_autocomplete {
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
  max-height: 240px;
  overflow-y: auto;
  -webkit-box-shadow: 5px 5px 5px rgba(221, 221, 221, 0.5), -5px 5px 5px rgba(221, 221, 221, 0.5);
          box-shadow: 5px 5px 5px rgba(221, 221, 221, 0.5), -5px 5px 5px rgba(221, 221, 221, 0.5);
  width: 288px !important;
}

@media all and (min-width: 769px) and (max-width: 991px) {
  .search_autocomplete {
    width: 180px !important;
  }
}

@media all and (min-width: 768px) {
  .search_autocomplete {
    width: 194px !important;
  }
}

.search_autocomplete li {
  text-align: left;
  padding: 4px 8px;
}

.search_autocomplete li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.search_autocomplete li:hover {
  color: #3ab54a;
  cursor: pointer;
}

.search_autocomplete .amount {
  padding-right: 8px;
  width: 40px;
  text-align: right;
  display: inline-block;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}


.fancybox-opened {
	z-index: 99999;
}


.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	/*margin-left: 20px;*/
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	/*background: url(https://iverpan.hr/skin/frontend/default/sm-megashop/images/fancybox/fancybox_sprite.png) no-repeat 0 0;*/
	
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://iverpan.hr/skin/frontend/default/sm-megashop/images/fancybox/fancybox_loading.gif') center center no-repeat;
}


.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://iverpan.hr/skin/frontend/default/sm-megashop/images/fancybox/blank.gif'); /* helps IE */ 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
	display: none;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 10000;
	background: url('https://iverpan.hr/skin/frontend/default/sm-megashop/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background: rgba(0,0,0,0.5);
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    left: 50%;
    line-height: 30px;
    margin-left: -50px;
    padding: 0 10px;
    position: absolute;
    visibility: visible;
    width: 100px;
}


.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://iverpan.hr/skin/frontend/default/sm-megashop/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://iverpan.hr/skin/frontend/default/sm-megashop/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 10001;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 28px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('https://iverpan.hr/skin/frontend/default/sm-megashop/images/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/

.cloudzoom-lens {
	border: none;
	width: 100px;
	height: 100px;
	cursor: crosshair;
	
}

/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
	border: 1px solid #888;
	
}

.cloud-zoom-gallery .border {
	border-width: 1px;
	border-style: solid;
	border-right: none;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
}

/* CSS for captions */
.cloudzoom-caption {
	display: none; /* CSS captions should be hidden initially */
	text-align: left;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px;
}

/* cloud-zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: 0;
	cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #fff !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
/*---------------------------01 MENU BAR------------------------------*/
.sm_megamenu_wrapper_horizontal_menu {
    width:100%;
    position: relative;
}
.sm_megamenu_menu{
    width: 100%;
    margin: 0;
}
.sm_megamenu_menu > li{
    margin-right: 1px;
}

.sm_megamenu_menu > li > a span {
    display: block;
    padding-left: 0 !important;
}
.sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title{
    display: block;
    font-size: 116.6666%;
    padding: 0 !important;
}

.header2 .sm_megamenu_menu > li > a{
    border-right: 1px solid #61c46e;
}
.header2 .sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title{
    padding: 0 17px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    display: inline-table;
    width: 100%;
    vertical-align: middle;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 64px;
    text-align:center;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_actived,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a .sm_megamenu_title:before{
    color: #3ab54a;

}
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a > span > span{
    color: #fff !important;
}
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover{
    background: #287e34;
}
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:before,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:after,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:before,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:after{
    display: none;
}

.sm-megamenu-child .sm_megamenu_title > a > span{
    font-weight: 300 !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before{
    position: absolute; width: 0;
    height: 3px; background: #3ab54a;
    top: 0; left: 0; content: "";
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:before{
    width: 100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:after{
    display: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_top_actived:after{
    display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent:hover > a.sm_megamenu_top_actived:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent:hover > a:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:after{
    position: absolute;
    bottom: 0;
    left: 50%;

    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #3ab54a;
}

.sm-megamenu-child{
    -moz-box-shadow: 0 4px 4px #999;
    -webkit-box-shadow: 0 4px 4px #999;
    box-shadow: 0 4px 4px #999;
}

.sm-megamenu-child > .sm_megamenu_firstcolumn{
    padding: 15px 30px 30px !important;

}
.cus_temp4 .sm-megamenu-child > .sm_megamenu_firstcolumn img{
    width: 100%;
}
.cus_temp4 a.banner-lr{
    position: relative; float: left; width: 100%;
}
.cus_temp4 a.banner-lr:before{
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha( opacity = 0 );
    position: absolute;
    top: 0;
    width: 100%;
}
.cus_temp4 a.banner-lr:hover:before{
    opacity: 1;
    filter: alpha( opacity = 100 );
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
a.banner-dr{ float: left; width: 100%; }
a.banner-dr:hover img{
    opacity: 0.8;
    filter: alpha( opacity = 50 );
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.sm-megamenu-child .sm_megamenu_title > span{
    font-size: 116.66%; display: block; line-height: 38px;
    color: #3ab54a; text-transform: capitalize;
}
.sm-megamenu-child .sm_megamenu_title > a > span{
    line-height: 24px; display: block; padding-left: 14px;
}
.cus_tmp1 .sm_megamenu_content{
    margin-top: 27px;
}

.f-product .sm_megamenu_content{ margin-top: 10px !important; }
.f-product,.f-product >.sm_megamenu_firstcolumn{ padding: 0!important; }


.cus_tmp1-parent > .sm-megamenu-child ,.style-dn-parent > .sm-megamenu-child{
    right: auto !important;
}
.cus_temp4 img{ width: 100% !important; margin-top: 25px; }
.cus_temp4  .sm_megamenu_content{ text-align: center; padding-top: 6px; }

/*
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.open {
	background:#e76453;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
	background:#e76453;
}*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
    padding: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    outline:0;
    text-decoration:none;
    display:block;
    max-width: 75px;
    margin: 0 auto;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
    z-index:11;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
    display:inline;
}

/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
    float:right;
    right:0;
    margin-right:0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
    margin-right:0px;
}

/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    margin:0px auto;
    top: 64px;
    position:absolute;
    text-align:left;
    z-index:99999;
    opacity: 0;
    filter: alpha( opacity=0 ) ;
    -moz-box-shadow: 0 2px 4px #888;
    -webkit-box-shadow: 0 2px 4px #888;
    box-shadow: 0 2px 4px #888;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Chrome, Safari, Opera */
    transform: scale(0);
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
/* menu header 1*/
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    top: 56px;
}

.style-dn-parent .sm_megamenu_dropdown_4columns{
    left: 6.3%; width: 76.66%!important;
}
.header3 .style-dn-parent .sm_megamenu_dropdown_4columns{
    left: 13.3% !important;
}
.header2 .style-dn-parent .sm_megamenu_dropdown_4columns,
.header2 .cus_tmp1-parent .sm_megamenu_dropdown_4columns{
    left: auto !important; right: auto !important;
}

.cus_tmp1-parent .cus_tmp1 .sm_megamenu_col_4,
.cus_tmp1-parent .sm_megamenu_col_4 .sm_megamenu_col_2{
    padding: 0 !important;
}
.cus_tmp1-parent .sm_megamenu_dropdown_4columns{
    width: 76.5% !important; left: 6.3% !important;
}
.header3 .cus_tmp1-parent .sm_megamenu_dropdown_4columns{
    left: 14.3% !important;
}
.sm_megamenu_menu .sm-megamenu-child, .sm_megamenu_drop.parent .sm_megamenu_dropdown_1column{
    border-top: 3px solid #3ab54a;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > .sm_megamenu_dropdown_1column .sm_megamenu_firstcolumn a span{
    position: relative;
    padding-left: 14px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > .sm_megamenu_dropdown_1column .sm_megamenu_firstcolumn a span:before{
    content: "\2022";
    position: absolute;
    top: 50%; margin-top: -5px; left: 0; float: left;
    width: 6px; height: 10px; line-height: 100%;
}

.cus_tmp1-parent .cus_tmp1 > .sm_megamenu_firstcolumn.sm_megamenu_col_2 {
    width: 25% !important; margin-left: 30px;
}
.cus_tmp1-parent .cus_tmp1 > .sm_megamenu_firstcolumn.sm_megamenu_col_4 {
    width: 70.66%;
}
.sm_megamenu_menu .sm-megamenu-child .cus-cs{
    padding-left: 45px !important;
}
.sm_megamenu_menu .sm-megamenu-child .cus_temp2.cus_temps{
    padding-left: 16px !important;
}
.cus_tmp1 .cus_temp4 img{
    margin-top: 0 !important;

}
.cus_tmp1 .cus_temp4{ padding: 0 !important}
.style-dn-parent .sm_megamenu_dropdown_4columns .sm_megamenu_col_1{
    width: 25% !important; padding: 0 !important;
}
.style-dn-parent .sm_megamenu_dropdown_4columns .sm_megamenu_col_6{
    padding: 0 !important;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 150%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 33.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 50%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 66.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 83.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 100%;}




/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
    opacity: 1;
    filter: alpha( opacity=100 ) ;
}

/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
    left:auto;
    right:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
    left:auto;
    right:0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
    right:18px;
    top:33px;
}

/*-------------------------------------- Columns Sizes ---------------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 16.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 33.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 50%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 66.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 83.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {width: 100%; padding: 0 1%;}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    background:#fff;
    text-align:left;
    float: left;
}

/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2column  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
    width: 100%;
    padding: 10px 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn .sm_megamenu_title > a > span{
    display: block;
    line-height: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_firstcolumn .item_video{
    width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_col_3.sm_megamenu_firstcolumn{
    padding-right: 18px !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_firstcolumn .item_video h2{
    margin-top: 5px;
}
.link_layout,.layout-web,.layout-web li{ float: left; width: 100% !important; text-align: left !important;}
.layout-web li a{ float: left; width: 100%; line-height: 30px; }

@media all and (min-width: 768px) and (max-width: 991px) {
    .sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title{
        font-size: 100%;
    }
}
/**
* Easylife_Switcher extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE_EASYLIFE_SWITCHER.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category     Easylife
* @package      Easylife_Switcher
* @copyright    2013 - 2014 Marius Strajeru
* @license      http://opensource.org/licenses/mit-license.php MIT License
*/
/**
 * extension css file
 *
 * @category    Easylife
 * @package	    Easylife_Switcher
 */
.product-options .switcher-field label {
    border: 1px solid #999;
    border-radius: 2px 2px 2px 2px;
    color: #333;
    display: inline-block;
    font-size: 11px;
	line-height:60px;
    height: 60px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
	min-width:60px;
    width: auto;
    float:left;
}

.product-options .switcher-field label img {
	max-width: 100px;
	margin:0 -10px;
}

.switcher-field label {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}
.product-options .switcher-field label.selected {
    border-color: #FF6600;
    color: #FF6600;
}
.product-options .switcher-field label.no-stock {
    background: url("https://iverpan.hr/skin/frontend/base/default/images/easylife_switcher/no-stock.gif") repeat scroll 50% 50% rgba(255, 255, 255, 0.5);
    color: #777;
}
.switcher-field label.no-stock {
    color: #000000;
    cursor: default;
}
.switcher-field label.no-stock.allow-select{
    cursor:pointer;
}
.product-options .switcher-field label.no-stock img {
    opacity: 0.3;
    filter: alpha(opacity=30)
}
.switcher-field .switcher-hexacode {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

