ul.configurator-categories {
  list-style-type: none !important;
  padding: 0;
  margin: 5px 0;
  width: 100%;
}

@media (max-width: 767px) {
  ul.configurator-categories {
    padding: 0 10px;
  }
}

ul.configurator-categories > li {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

ul.configurator-categories > li > select {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  min-width: 100px;
  max-width: 300px;
  border: 1px solid #000;
  color: #111;
}

@media (max-width: 767px) {
  ul.configurator-categories > li > select {
    width: 100%;
    max-width: inherit;
    height: 36px;
    font-size: 16px;
  }
}

ul.configurator-categories > li:first-child {
  margin-top: 10px;
}

.toner-button-submit {
  padding: 5px 10px;
  margin: 0 auto;
  text-align: center;
}

.toner-button-submit:disabled {
  display: none;
  visibility: hidden;
}

.loadingmask {
  max-width: 200px;
  margin: 0 auto;
  position: absolute;
  z-index: 200;
  text-align: center;
  top: 35%;
  left: 30px;
  right: 30px;
  vertical-align: middle;
  padding: 4px;
  background-color: #e8e8e8;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  font-size: 12px;
}

.spinner {
  width: 0;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  height: 15px;
}

.configurator-dropdowns-div {
  margin: 0px auto;
  text-align: center;
}

@charset "UTF-8";
@font-face {
  font-family: Metrophobic;
  src: url("https://www.toner123.hr/skin/frontend/toner/default/font/Metrophobic.eot");
  /* EOT file for IE */
  font-display: swap;
}

@font-face {
  font-family: Metrophobic;
  src: url("https://www.toner123.hr/skin/frontend/toner/default/font/Metrophobic.ttf");
  /* TTF file for CSS3 browsers */
  font-display: swap;
}

@font-face {
  font-family: 'fontello';
  src: url("https://www.toner123.hr/skin/frontend/toner/default/font/fontello.eot?31232682");
  src: url("https://www.toner123.hr/skin/frontend/toner/default/font/fontello.eot?31232682#iefix") format("embedded-opentype"), url("https://www.toner123.hr/skin/frontend/toner/default/font/fontello.woff2?31232682") format("woff2"), url("https://www.toner123.hr/skin/frontend/toner/default/font/fontello.woff?31232682") format("woff"), url("https://www.toner123.hr/skin/frontend/toner/default/font/fontello.ttf?31232682") format("truetype"), url("https://www.toner123.hr/skin/frontend/toner/default/font/fontello.svg?31232682#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://www.toner123.hr/skin/frontend/toner/default/font/fontello.svg?31232682#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-phone:before {
  content: '\e801';
}

/* '' */
.icon-basket:before {
  content: '\e802';
}

/* '' */
* {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
}

body {
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-bd.jpg") repeat scroll 0 0 #FFFFFF;
  font: 12px/1.55 Arial, Helvetica, sans-serif;
  color: #4b4b4b;
  text-align: center;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  color: #51A104;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

h1 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
  font-size: 20px;
  font-weight: normal;
}

h2 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
  font-size: 16px;
  font-weight: bold;
}

h4 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
  font-size: 14px;
  font-weight: bold;
}

h5 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
  font-size: 12px;
  font-weight: bold;
}

h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
  font-size: 11px;
  font-weight: bold;
}

form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.35;
}

cite {
  font-style: normal;
}

q {
  quotes: none;
}

q:before {
  content: '';
}

q:after {
  content: '';
}

blockquote {
  quotes: none;
}

small {
  font-size: 1em;
}

big {
  font-size: 1em;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

.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 {
  float: left !important;
}

.left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

.clear {
  clear: both;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.noscript .noscript-inner {
  width: 950px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
  margin: 0;
}

.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}

.logo {
  float: left;
}

@media (max-width: 767px) {
  .logo {
    float: none;
    display: inline-block;
  }
}

.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 dl {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.truncated .show dl {
  top: -20px;
  left: 50%;
}

.please-wait {
  float: right;
}

.please-wait img {
  vertical-align: middle;
}

.ma-wrapper {
  min-width: 954px;
}

@media (max-width: 767px) {
  .ma-wrapper {
    width: 100%;
    min-width: auto;
  }
}

.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.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 .print-head:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}

.page-print h2 {
  font-size: 13px;
  font-weight: bold;
}

.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://www.toner123.hr/skin/frontend/toner/default/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.page-print .col2-set {
  margin: 0 0 10px;
}

.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .price-excl-tax .label {
  display: inline;
}

.page-print .price-excl-tax .price {
  display: inline;
}

.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .price-incl-tax .label {
  display: inline;
}

.page-print .price-incl-tax .price {
  display: inline;
}

.page-print .cart-price {
  display: inline;
}

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.page-popup .link-print {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8;
}

.main {
  width: 960px;
  margin: 0 auto;
  min-height: 400px;
  padding: 12px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .main {
    width: 100%;
    padding: 0;
  }
}

.main:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.col-left {
  float: left;
  width: 220px;
  padding: 0 0 1px;
}

@media (max-width: 767px) {
  .col-left {
    float: none;
    width: 100%;
    padding: 0 5px;
  }
}

.col-left .truncated .show dl {
  left: 15px;
  top: 7px;
}

.col-main {
  float: left;
  width: 698px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .col-main {
    float: none;
    width: 100%;
    padding: 15px 5px;
  }
}

.col-main:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.col-right {
  float: right;
  width: 220px;
  padding: 0 0 1px;
}

@media (max-width: 767px) {
  .col-right {
    float: none;
    width: 100%;
    padding: 10px 5px;
  }
}

.col-right .truncated .show dl {
  left: -240px;
  top: 7px;
}

.col1-layout .col-main {
  float: none;
  width: auto;
}

.col1-layout .products-grid {
  width: 790px;
  margin: 0 auto;
}

.col2-left-layout .col-main {
  float: right;
}

@media (max-width: 767px) {
  .col2-left-layout .col-main {
    float: none;
  }
}

.col2-left-layout .products-grid {
  width: 698px;
  margin: 0 auto;
}

.col3-layout .col-main {
  width: 475px;
}

.col3-layout .col-wrapper {
  float: left;
  width: 728px;
}

.col3-layout .col-wrapper .col-main {
  float: right;
}

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto;
}

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px;
}

.col3-layout .product-options-bottom .price-box:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.col2-set .col-1 {
  float: left;
  width: 48.5%;
}

.col2-set .col-2 {
  float: right;
  width: 48.5%;
}

.col2-set .col-narrow {
  width: 32%;
}

.col2-set .col-wide {
  width: 65%;
}

.col2-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col3-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

.col4-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.ma-nav-container {
  display: none;
}

@media (min-width: 768px) {
  .ma-nav-container {
    display: block;
  }
}

.navigation {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .navigation {
    display: none;
  }
}

.navigation__button {
  width: 28px;
  padding: 0 2px;
  border: 0;
  background: none;
}

.navigation__title {
  font-size: 8px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  color: #51a104;
}

.navigation__bar {
  width: 100%;
  height: 3px;
  background-color: #51a104;
  margin: 2px 0;
  display: block;
}

.navigation__bar--first {
  margin-top: 0;
}

.navigation__container {
  position: fixed;
  top: 0;
  left: -100%;
  transition: left ease-in-out .5s;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: white;
  z-index: 1;
}

.navigation__container--active {
  left: 0;
}

.navigation__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 24px;
  border: 0;
  background: none;
  color: #51a104;
  font-weight: bold;
}

.navigation__tree {
  padding: 40px;
}

.navigation__item {
  padding: 2px 0;
  font-size: 18px;
}

.navigation__item a {
  width: 100%;
  text-decoration: none;
}

.navigation__item--padding {
  margin-top: 20px;
}

input {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #8e8e8e;
}

select {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #8e8e8e;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 1px;
}

select option {
  padding-right: 10px;
}

select:focus {
  background-color: #f9f9f9;
}

textarea {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #8e8e8e;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 2px;
  overflow: auto;
}

textarea:focus {
  background-color: #f9f9f9;
}

button {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #8e8e8e;
}

input.input-text {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 2px;
}

input.input-text:focus {
  background-color: #f9f9f9;
}

select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}

select.multiselect option:last-child {
  border-bottom: 0;
}

input.radio {
  margin-right: 3px;
}

input.checkbox {
  margin-right: 3px;
}

input.qty {
  width: 2.5em !important;
}

button.button {
  -webkit-border-fit: lines;
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.button span {
  display: block;
  height: 27px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bg-btn.png) no-repeat 0 0;
  padding: 0 0 0 6px;
  font: normal 13px/27px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #51A104;
}

button.button span span {
  background-position: 100% 0;
  border: 0;
  padding: 0 12px 0 6px;
}

button.button:hover span {
  background-position: 0 100%;
  color: #fff;
}

button.button:hover span span {
  background-position: 100% 100%;
}

button.disabled span {
  border-color: #bbb !important;
  background: #bbb !important;
}

button.btn-cart span {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/btn-cart.png) no-repeat 0 0;
  padding: 0 0 0 25px;
}

button.btn-cart span span {
  background-position: 100% 0;
}

button.btn-cart:hover span {
  background-position: 0 100%;
  color: #fff;
}

button.btn-cart:hover span span {
  background-position: 100% 100%;
}

button.btn-checkout span {
  height: 38px;
  border: 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/btn_checkout.png) 0 0 no-repeat !important;
  padding: 0 0 0 9px;
  font: bold 15px/38px Arial, Helvetica, sans-serif;
  color: #fff;
}

button.btn-checkout span span {
  background-position: 100% 0 !important;
  padding: 0 25px 0 16px;
}

button.btn-checkout.no-checkout span {
  background-position: 0 100%;
  color: #b8baba;
}

button.btn-checkout.no-checkout span span {
  background-position: 100% 100%;
}

p.control input.checkbox {
  margin-right: 6px;
}

p.control input.radio {
  margin-right: 6px;
}

.form-list li {
  margin: 0 0 8px;
}

.form-list li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.form-list label {
  float: left;
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 0;
}

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-list li.control label {
  float: none;
}

.form-list li.control input.radio {
  margin-right: 6px;
}

.form-list li.control input.checkbox {
  margin-right: 6px;
}

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}

@media (max-width: 767px) {
  .form-list .input-box {
    width: 100%;
  }
}

.form-list .field {
  float: left;
  width: 275px;
}

@media (max-width: 767px) {
  .form-list .field {
    float: none;
    width: 100%;
  }
}

.form-list .field:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.form-list input.input-text {
  width: 254px;
}

@media (max-width: 767px) {
  .form-list input.input-text {
    height: 32px;
    width: 100%;
  }
}

.form-list textarea {
  width: 254px;
  height: 10em;
}

@media (max-width: 767px) {
  .form-list textarea {
    width: 100%;
  }
}

.form-list select {
  width: 260px;
}

@media (max-width: 767px) {
  .form-list select {
    width: 100%;
    height: 32px;
  }
}

.form-list li.wide .input-box {
  width: 535px;
}

@media (max-width: 767px) {
  .form-list li.wide .input-box {
    width: 100%;
  }
}

.form-list li.wide input.input-text {
  width: 529px;
}

@media (max-width: 767px) {
  .form-list li.wide input.input-text {
    width: 100%;
  }
}

.form-list li.wide textarea {
  width: 529px;
}

@media (max-width: 767px) {
  .form-list li.wide textarea {
    width: 100%;
  }
}

.form-list li.wide select {
  width: 535px;
}

@media (max-width: 767px) {
  .form-list li.wide select {
    width: 100%;
  }
}

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}

.form-list .input-range input.input-text {
  width: 74px;
}

.form-list .customer-name-prefix .input-box {
  width: auto;
}

.form-list .customer-name-prefix .name-firstname {
  width: 210px;
}

.form-list .customer-name-prefix .name-firstname input.input-text {
  width: 189px;
}

.form-list .customer-name-suffix .input-box {
  width: auto;
}

.form-list .customer-name-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .input-box {
  width: auto;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
  width: 210px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text {
  width: 189px;
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
  width: 205px;
}

.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
  width: 189px;
}

.form-list .customer-name-prefix-middlename .input-box {
  width: auto;
}

.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}

.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}

.form-list .customer-name-middlename-suffix .input-box {
  width: auto;
}

.form-list .customer-name-middlename-suffix .name-firstname {
  width: 205px;
}

.form-list .customer-name-middlename-suffix .name-firstname input.input-text {
  width: 189px;
}

.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname {
  width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
  width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .name-prefix {
  width: 65px;
}

.form-list .name-prefix select {
  width: 55px;
}

.form-list .name-prefix input.input-text {
  width: 49px;
}

.form-list .name-suffix {
  width: 65px;
}

.form-list .name-suffix select {
  width: 55px;
}

.form-list .name-suffix input.input-text {
  width: 49px;
}

.form-list .name-middlename {
  width: 70px;
}

.form-list .name-middlename input.input-text {
  width: 49px;
}

.form-list .customer-name-middlename .name-firstname {
  width: 210px;
  width: 205px;
}

.form-list .customer-name-middlename .name-firstname input.input-text {
  width: 189px;
}

.form-list .customer-dob .dob-month {
  float: left;
  width: 85px;
  width: 60px;
}

.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}

.form-list .customer-dob .dob-day {
  float: left;
  width: 85px;
  width: 60px;
}

.form-list .customer-dob .dob-day input.input-text {
  width: 46px;
}

.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
  width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}

.buttons-set {
  clear: both;
  margin: 15px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #e4e4e4;
  text-align: right;
}

.buttons-set p.required {
  margin: 0 0 10px;
}

.buttons-set .back-link {
  float: left;
  margin: 0;
}

.buttons-set button.button {
  float: right;
  margin-left: 5px;
}

.buttons-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.buttons-set-order {
  margin: 10px 0 0;
}

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}

.btn-remove {
  display: block;
  width: 13px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/btn_remove.png) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  width: 13px;
  height: 12px;
  margin-top: 3px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/btn_remove.png) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;
  width: 13px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/btn_edit.png) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.fieldset {
  border: 1px solid #e8e8e8;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
}

.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #e8e8e8;
  background: #51A104;
  color: #fff;
  margin: -33px 0 0 -10px;
  padding: 2px 8px;
  position: relative;
}

.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a;
}

.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}

.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
}

.messages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}

.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages li {
  margin: 0 0 12px !important;
}

.messages li li {
  margin: 0 0 3px !important;
}

.error-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;
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_msg-error.gif);
  color: #df280a;
}

.success-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;
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_msg-success.gif);
  color: #3d6611;
}

.note-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;
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_msg-note.gif);
  color: #3d6611;
}

.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;
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_msg-note.gif);
  color: #3d6611;
}

.info-set {
  background: #fbfaf6 url(https://www.toner123.hr/skin/frontend/toner/default/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 h2 a {
  font-weight: normal;
}

.info-set h3 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.info-set h3 a {
  font-weight: normal;
}

.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.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;
}

.breadcrumbs {
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 12px;
  padding: 10px 15px 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 12px;
  }
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li strong {
  font-weight: bold;
}

.breadcrumbs a {
  text-decoration: none;
  color: #4B4B4B;
}

.breadcrumbs a:hover {
  color: #51A104;
}

.breadcrumbs span {
  display: inline-block;
  padding: 0 5px;
  width: 10px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/breadcrumb-space.gif) no-repeat 50% 50%;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .cms-index-index .breadcrumbs {
    display: none;
  }
}

.page-title {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #E8E8E8;
  margin: 0 0 25px;
}

.page-title h1 {
  margin: 0;
  font-size: 20px;
  color: #0a263c;
}

.page-title h2 {
  margin: 0;
  font-size: 20px;
  color: #0a263c;
}

.page-title .separator {
  margin: 0 3px;
}

.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

.page-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.title-buttons {
  text-align: right;
}

.title-buttons h1 {
  float: left;
}

.title-buttons h2 {
  float: left;
}

.title-buttons h3 {
  float: left;
}

.title-buttons h4 {
  float: left;
}

.title-buttons h5 {
  float: left;
}

.title-buttons h6 {
  float: left;
}

.subtitle {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203;
}

.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203;
}

.pager {
  font-size: 11px;
  padding: 4px 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .pager {
    font-size: 14px;
  }
}

.pager .amount {
  float: left;
  margin: 0;
}

.pager .limiter {
  float: right;
}

@media (max-width: 767px) {
  .pager .limiter {
    float: none;
    flex-grow: 1;
  }
}

.pager .limiter label {
  vertical-align: middle;
}

.pager .limiter select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .pager .limiter select {
    height: 32px;
  }
}

.pager .pages {
  margin: 0px 0px 0px 0px;
}

.pager .pages ol {
  display: inline;
}

.pager .pages li {
  display: inline;
  margin: 0 2px;
}

.pager:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.sorter {
  padding: 3px 8px;
}

.sorter .view-mode {
  float: left;
  margin: 0;
  width: 60px;
  padding-top: 5px;
  height: 15px;
  display: none;
}

.sorter .view-mode strong.grid {
  float: left;
  width: 11px;
  height: 11px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/grid.gif) no-repeat 0 100%;
  text-indent: -9999px;
}

.sorter .view-mode a.grid {
  float: left;
  width: 11px;
  height: 11px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/grid.gif) no-repeat 0 0;
  text-indent: -9999px;
}

.sorter .view-mode a.grid:hover {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/grid.gif) no-repeat 0 100%;
}

.sorter .view-mode strong.list {
  float: left;
  width: 16px;
  height: 11px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/list.gif) no-repeat 0 100%;
  text-indent: -9999px;
}

.sorter .view-mode a.list {
  float: left;
  width: 16px;
  height: 11px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/list.gif) no-repeat 0 0;
  text-indent: -9999px;
}

.sorter .view-mode a.list:hover {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/list.gif) no-repeat 0 100%;
}

.sorter .view-mode .list {
  margin: 0 0 0 8px;
}

.sorter .sort-by {
  padding-right: 36px;
}

.sorter .sort-by label {
  vertical-align: middle;
}

.sorter .sort-by select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .sorter .sort-by select {
    height: 32px;
  }
}

.sorter:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.toolbar {
  margin: 0 0 12px;
  overflow: hidden;
  background: #f7f7f7;
  padding: 5px;
}

.toolbar .pager {
  padding: 3px 8px;
  width: 375px;
  float: right;
}

@media (max-width: 767px) {
  .toolbar .pager {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none;
    text-align: left;
    align-items: center;
  }
}

.toolbar .sorter {
  float: left;
  width: 260px;
}

@media (max-width: 767px) {
  .toolbar .sorter {
    float: none;
    width: 100%;
    font-size: 14px;
  }
}

.toolbar-bottom .toolbar {
  margin: 10px 0 0;
}

.data-table {
  width: 100%;
}

.data-table td.last {
  border-right: 0;
}

.data-table th.last {
  border-right: 0;
}

.data-table th {
  padding: 3px 8px;
  font-weight: bold;
}

.data-table td {
  padding: 3px 8px;
}

.data-table thead th {
  font-weight: bold;
  padding: 2px 8px;
  color: #0a263c;
  white-space: nowrap;
  vertical-align: middle;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_th.gif) repeat-x 0 100%;
  border-top: 1px solid #e8e8e8;
}

.data-table thead th a {
  color: #fff;
}

.data-table thead th a:hover {
  color: #fff;
}

.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap;
}

.data-table thead th.wrap {
  white-space: normal;
}

.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}

.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
  font-size: 16px;
}

.data-table tbody th {
  border-bottom: 1px solid #d9dde3;
}

.data-table tbody td {
  border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}

.data-table tbody td .option-value {
  padding-left: 10px;
}

.data-table tbody.odd tr {
  background: #f8f7f5 !important;
}

.data-table tbody.odd tr td {
  border-bottom: 0;
}

.data-table tbody.odd tr.border td {
  border-bottom: 1px solid #d9dde3;
}

.data-table tbody.even tr {
  background: #f6f6f6 !important;
}

.data-table tbody.even tr td {
  border-bottom: 0;
}

.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}

.info-box {
  background: #fff url(https://www.toner123.hr/skin/frontend/toner/default/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;
}

tr.summary-total {
  cursor: pointer;
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/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;
}

.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}

.cart .page-title h1 {
  margin: 10px 0 0;
}

.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
  float: right;
}

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}

.cart .totals {
  float: right;
  width: 300px;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .cart .totals {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.cart .totals .checkout-types {
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
}

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}

.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}

.cart .totals table {
  width: 100%;
  margin: 7px 0;
}

.cart .totals td {
  padding: 1px 15px 1px 7px;
}

.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}

.cart .totals tfoot th strong {
  font-size: 15px;
}

.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart .totals tfoot td strong {
  font-size: 15px;
}

.cart .cart-collaterals {
  padding: 15px 0 0;
}

@media (max-width: 767px) {
  .cart .cart-collaterals {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
  }
}

.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px;
}

@media (max-width: 767px) {
  .cart .cart-collaterals .col2-set {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cart .cart-collaterals .col2-set .col-1 {
    float: none;
    width: 100%;
  }
}

.cart .cart-collaterals .col2-set .col-2 {
  width: 294px;
}

@media (max-width: 767px) {
  .cart .cart-collaterals .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}

.cart .crosssell {
  border: 1px solid #cec3b6;
  background: #fafaec;
  padding: 12px 15px;
}

.cart .crosssell h2 {
  font-size: 13px;
  font-weight: bold;
}

.cart .crosssell .product-image {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
  margin-left: 90px;
}

.cart .crosssell .product-name {
  font-weight: bold;
}

.cart .crosssell li.item {
  margin: 12px 0;
}

.cart .crosssell li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.cart .crosssell .link-compare {
  font-weight: normal;
}

.cart .discount {
  border: 1px solid #e8e8e8;
  padding: 12px 15px;
  margin: 0 0 18px;
}

.cart .discount h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.cart .discount .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}

.cart .discount .buttons-set button.button {
  float: none;
  margin-left: 0;
}

.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px;
}

@media (max-width: 767px) {
  .cart .discount .input-box {
    width: 100%;
  }
}

.cart .discount input.input-text {
  width: 254px;
}

@media (max-width: 767px) {
  .cart .discount input.input-text {
    width: 100%;
    height: 32px;
  }
}

.cart .shipping {
  border: 1px solid #e8e8e8;
  padding: 12px 15px;
  margin: 0 0 18px;
}

.cart .shipping h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}

.cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_divider1.gif) 0 0 repeat-x;
}

.cart:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.cart-table th {
  padding: 2px 10px;
}

.cart-table td {
  padding: 10px;
}

.cart-table .product-name {
  font-weight: bold;
  margin: 0 0 5px;
  color: #2f2f2f;
}

.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a;
}

.cart-table tfoot td {
  padding: 5px 10px;
}

.cart-table .btn-continue {
  float: left;
}

@media (max-width: 767px) {
  .cart-table tbody tr td:nth-child(1), .cart-table tbody tr td:nth-child(3), .cart-table tbody tr td:nth-child(4),
  .cart-table tbody tr th:nth-child(1),
  .cart-table tbody tr th:nth-child(3),
  .cart-table tbody tr th:nth-child(4),
  .cart-table thead tr td:nth-child(1),
  .cart-table thead tr td:nth-child(3),
  .cart-table thead tr td:nth-child(4),
  .cart-table thead tr th:nth-child(1),
  .cart-table thead tr th:nth-child(3),
  .cart-table thead tr th:nth-child(4) {
    display: none;
  }
}

@media (max-width: 767px) {
  .cart-table tbody tr td:nth-child(5), .cart-table tbody tr td:nth-child(7),
  .cart-table tbody tr th:nth-child(5),
  .cart-table tbody tr th:nth-child(7),
  .cart-table thead tr td:nth-child(5),
  .cart-table thead tr td:nth-child(7),
  .cart-table thead tr th:nth-child(5),
  .cart-table thead tr th:nth-child(7) {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cart-table input.qty {
    height: 32px;
    text-align: center;
  }
}

.cart-tax-info {
  display: block;
  padding-right: 20px;
}

.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-info .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

.minicart {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.minicart .icon-basket {
  font-size: 24px;
}

.minicart .count {
  background: #51A104;
  color: white;
  border-radius: 9999px;
  padding: 1px 7px;
}

.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 table {
  border: 1px solid #ccc;
}

.std td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
}

.std th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  background: lightblue;
  border-color: white;
}

.cms-page-view .std ul {
  list-style: disc;
  margin: 10px 0px 10px 30px;
}

.cms-page-view .std h2 {
  margin: 20px 0px 10px 0px;
}

.cms-page-view .std h3 {
  margin: 20px 0px 10px 0px;
}

.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-wishlist {
  color: #dc6809 !important;
  font-weight: bold;
}

.link-reorder {
  font-weight: bold;
  color: #dc6809 !important;
}

.link-compare {
  font-weight: bold;
}

.link-print {
  font-weight: bold;
  color: #dc6809;
}

.link-rss {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.tags-list {
  display: block;
  font-size: 13px;
  border: 1px solid #c1c4bc;
  background: #f8f7f5;
  padding: 10px;
}

.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}

.tags-list li a {
  color: #1b2d3b;
}

.header {
  width: 960px;
  height: 120px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .header {
    width: 100%;
  }
}

.header--mobile {
  display: block;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .header--mobile {
    display: none;
  }
}

.header--mobile .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.header--mobile .header-top__contact {
  text-decoration: none;
  display: flex;
  align-self: flex-end;
}

.header--mobile .header-top__left {
  display: flex;
  align-items: center;
  flex: 0 1 20%;
}

.header--mobile .header-top__center {
  flex-grow: 1;
}

.header--mobile .header-top__right {
  flex: 0 1 20%;
  display: flex;
  justify-content: flex-end;
}

.header--mobile .contact-us {
  display: flex;
}

.header--mobile .contact-us,
.header--mobile .search-toggle {
  font-size: 24px;
  color: #51a106;
}

.header--mobile #search_mini_form {
  position: relative;
}

.header--mobile .searchautocomplete {
  display: none;
}

.header--mobile .searchautocomplete--active {
  display: block;
}

.header--mobile .searchautocomplete .form-search {
  width: 100%;
  position: relative;
  display: flex;
  height: 38px;
}

.header--mobile .searchautocomplete .form-search label {
  display: none;
}

.header--mobile .searchautocomplete .form-search input {
  flex-grow: 1;
  font-size: 16px;
}

.header--mobile .searchautocomplete .form-search .search-button span {
  background: none;
  padding: 5px 4px;
  border: 1px solid #e8e8e8;
  height: 38px;
}

.header--mobile .searchautocomplete .form-search .search-button-icon {
  font-size: 16px;
}

.header--mobile .searchautocomplete .form-search .search-button-title {
  display: none;
}

.header--mobile .searchautocomplete .searchautocomplete-placeholder {
  width: 100%;
}

.header--mobile .searchautocomplete .searchautocomplete-placeholder .name.highlight {
  display: inline-block;
  white-space: nowrap;
  width: calc(90%);
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.header--desktop {
  display: none;
}

@media (min-width: 768px) {
  .header--desktop {
    display: block;
  }
}

.header .logo {
  float: left;
  margin: 12px 0 0;
  text-decoration: none !important;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.header h1.logo {
  margin: 0;
}

.header .quick-access {
  float: right;
  width: 600px;
  padding: 10px 0 0 0;
}

.header .quick-access:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.header .welcome-msg {
  margin: 0;
  text-align: right;
  float: right;
  padding-right: 12px;
}

.header .form-search {
  position: absolute;
  top: 62px;
  right: 0;
  width: 100%;
  height: 30px;
  margin-top: 50px;
}

.header .form-search label {
  float: left;
  width: 24px;
  height: 21px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  display: none;
}

.header .form-search button.button {
  float: left;
}

.header .form-search button.button span {
  border: 0;
  color: #fff;
  height: 25px;
  width: 40px;
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/btn-search.jpg") no-repeat scroll 100% 0 transparent;
  padding: 0 12px;
  font: bold 11px/25px Tahoma, Verdana, Arial, sans-serif;
}

.header .form-search button.button span span {
  background: none;
  padding: 0;
}

.header .form-search button.button span .search-button-icon {
  display: none;
}

.header .form-search .search-autocomplete {
  z-index: 999;
  top: 30px !important;
  width: 100%;
}

.header .form-search .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
  background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
  background-color: #f7e8dd;
}

.header .form-search input.input-text {
  float: left;
  border-color: #d9d9d9;
  border-right: 0;
  width: 92.3%;
  padding: 4px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bg-input-search.png) no-repeat 100% 50% scroll #fff;
}

.header .form-language {
  float: right;
  text-align: right;
}

.header .form-language label {
  padding-right: 5px;
  color: #818181;
  vertical-align: middle;
}

.header .form-language select {
  padding: 0;
}

.header .form-language select.flags option {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.header .links {
  float: right;
  margin: 5px 0;
  clear: both;
}

.header .links li {
  float: left;
  font-size: 11px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_pipe1.gif) 100% 60% no-repeat;
  padding: 0 8px 0 7px;
}

.header .tops {
  position: absolute;
  margin: 30px 0px 0px 305px;
}

.header .tops li {
  float: left;
  width: 150px;
  font-size: 11px;
  text-align: center;
  color: #666;
  padding: 10px;
}

.header .tops li:first-child {
  border-right: 1px dashed #ccc;
}

.header .tops li h3 {
  padding: 0px;
  margin: 0px;
  color: #111;
  font-size: 17px;
  line-height: 19px;
}

.header:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right;
}

.header-container .top-container a {
  font-size: 11px;
  color: #ebbc58;
}

.header-container .top-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.header-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block-banner {
  border: 0;
}

.block-banner .block-content {
  padding: 0;
  text-align: center;
}

.block {
  margin: 0 0 12px;
}

.block .block-title {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bg-block-title.png) no-repeat top;
}

@media (max-width: 767px) {
  .block .block-title {
    background-size: 100% 100%;
  }
}

.block .block-title strong {
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-block-l.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  font: normal 18px/18px Metrophobic, Arial, Helvetica, sans-serif;
  min-height: 16px;
  color: #fff;
}

.block .block-title strong span {
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-block-r.jpg") no-repeat scroll 100% 0 transparent;
  padding: 9px 28px 9px 12px;
  display: inline-block;
}

.block .block-title a {
  text-decoration: none !important;
}

.block .block-subtitle {
  margin: 0;
  padding: 5px 9px;
  font-size: 1em;
  font-weight: bold;
}

.block .block-content {
  background: #fff;
  border: 1px solid #dedede;
  border-top: 0;
  padding: 10px 2px;
}

.block .block-content li.item {
  padding: 7px 9px;
}

.block .block-content .product-name {
  color: #1e7ec8;
}

.block .block-content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block .btn-remove {
  float: right;
  margin: 1px 0 2px 5px;
}

.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}

.block .actions {
  padding: 6px 9px;
  text-align: right;
}

.block .actions a {
  float: left;
}

.block .actions button.button {
  float: right;
}

.block .actions:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block .empty {
  margin: 0;
  padding: 5px 9px;
}

.block .regular-price {
  color: #222;
}

.block .regular-price .price {
  color: #222;
}

.block li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block-cart {
  line-height: 1.25;
}

.block-cart .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-cart .summary {
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}

.block-cart .amount {
  margin: 0;
}

.block-cart .amount a {
  font-weight: bold;
}

.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  text-align: center;
}

.block-cart .subtotal .price {
  font-weight: bold;
}

.block-cart .actions {
  border-bottom: 1px solid #e8e8e8;
}

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}

.block-wishlist {
  line-height: 1.25;
}

.block-wishlist .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-wishlist .actions {
  text-align: right;
}

.block-wishlist .actions a {
  float: none;
}

.block-subscribe {
  line-height: 1.25;
}

.block-subscribe .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-subscribe .block-content {
  padding: 10px 10px;
}

.block-subscribe label {
  font-weight: bold;
  color: #666;
}

.block-subscribe input.input-text {
  display: block;
  width: 188px;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .block-subscribe input.input-text {
    width: 100%;
    height: 32px;
  }
}

.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 8px 0 0;
  text-align: left;
}

.block-subscribe .actions button.button {
  float: none;
}

.block-compare {
  line-height: 1.25;
}

.block-compare .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-reorder {
  line-height: 1.25;
}

.block-reorder .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}

.block-reorder .product-name {
  margin-left: 20px;
}

.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}

.block-poll {
  line-height: 1.25;
}

.block-poll .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-poll .block-subtitle {
  font-size: 12px;
}

.block-poll label {
  color: #777;
  font-weight: bold;
}

.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}

.block-poll .label {
  display: block;
  margin-left: 18px;
}

.block-poll li {
  padding: 3px 9px;
}

.block-poll li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block-poll .actions {
  margin: 5px 0 0;
}

.block-poll .answer {
  font-weight: bold;
}

.block-poll .votes {
  float: right;
  margin-left: 10px;
}

.block-viewed {
  line-height: 1.25;
}

.block-viewed .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-compared {
  line-height: 1.25;
}

.block-compared .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-related {
  line-height: 1.25;
}

.block-related .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-related input.checkbox {
  float: left;
}

.block-related .product {
  margin-left: 20px;
}

.block-related .price-excluding-tax {
  display: none;
}

.block-tags {
  line-height: 1.25;
}

.block-tags .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px;
}

.block-tags .block-content a {
  color: #1b2d3b;
}

.block-tags .actions {
  text-align: right;
}

.block-tags .actions a {
  float: none;
}

.block-login {
  line-height: 1.25;
}

.block-login .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.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;
}

.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #e8e8e8;
}

.mini-products-list .product-details {
  margin-left: 60px;
}

.block-desno2 .block-content {
  padding: 10px 10px 7px;
  text-align: center;
}

.block-desno2 .block-content hr {
  height: 1px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0;
  margin: 0px 0px 10px 0px;
}

.block-desno3 .block-content {
  padding: 20px 10px 20px 10px;
  text-align: center;
}

.block-desno3 .block-content p {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 21px;
}

.block-desno3 .block-content p strong {
  font-size: 21px;
  line-height: 24px;
}

.block-desno3 .block-content p a {
  font-size: 21px;
  line-height: 24px;
}

.block-desno4 .block-content {
  padding: 10px 10px 7px;
  text-align: center;
}

.block-desno4 .block-content hr {
  height: 1px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0;
  margin: 0px 0px 10px 0px;
}

.block-desno4 .block-content p {
  font-size: 13px;
  line-height: 16px;
}

.block-desno4 .block-content strong {
  color: #51a104;
}

.block-account .block-content {
  padding: 7px 10px 7px;
}

.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  color: #5f5d5c;
  text-decoration: none !important;
}

.block-account .block-content li a:hover {
  color: #ea7900;
}

.block-account .block-content li.last a {
  border-bottom: 0;
}

.block-account .block-content li.current {
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  color: #ea7900;
}

.block-account .block-content li.current.last {
  border-bottom: 0;
}

.block-currency {
  border: 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_block-currency.gif) 0 0 no-repeat;
  padding: 7px 12px 10px;
  height: 51px;
}

.block-currency .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}

.block-currency .block-title strong {
  font: bold 13px/21px Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #fff;
}

.block-currency .block-content {
  background: none;
  padding: 0;
}

.block-currency .block-content select {
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .block-layered-nav {
    display: none;
  }
}

.block-layered-nav .block-subtitle {
  line-height: 1.35;
  padding: 3px 9px;
  border: 0;
  text-transform: uppercase;
  color: #1f5070;
}

.block-layered-nav dt {
  padding: 7px 10px 0 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-layered-nav dd {
  padding: 0 12px 12px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x;
}

.block-layered-nav dd.last {
  background: none;
}

.block-layered-nav .currently li {
  background: #fff url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_block-layered-li.gif) 0 100% repeat-x;
  padding: 4px 6px 4px 10px;
}

.block-layered-nav .currently li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block-layered-nav .currently .label {
  font-weight: bold;
  padding-left: 18px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_block-layered-label.gif) 0 3px no-repeat;
  text-transform: uppercase;
}

.block-layered-nav .currently .btn-remove {
  margin: 3px 0 0;
}

.block-layered-nav .actions {
  font-size: 11px;
  padding: 4px 9px;
  background: #cad6e4;
  border: 1px solid #dee5e8;
  border-width: 1px 0;
  text-align: right;
}

.block-layered-nav .actions a {
  float: none;
}

.block-layered-nav li {
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bullet-left.png") no-repeat scroll 10px 50% transparent;
  padding-left: 25px;
  line-height: 22px;
}

.block-layered-nav li a {
  text-decoration: none;
}

.block-layered-nav li a:hover {
  text-decoration: underline;
}

.block-progress .block-title strong {
  font-size: 16px;
}

.block-progress dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 6px;
  padding: 2px 8px;
  color: #484848;
  border-bottom: 1px solid #e8e8e8;
}

.block-progress dd {
  padding: 8px 13px;
  margin: 0 0 6px;
}

.block-progress dt.complete {
  margin: 0;
  color: #484848;
  border-bottom: 1px solid #e8e8e8;
}

.block-progress p {
  margin: 0;
}

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.block-progress .cards-list .info-table th {
  font-weight: normal;
}

.compare-table {
  border: 0;
}

.compare-table thead tr.first th {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.compare-table .btn-remove {
  float: right;
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}

.compare-table tbody th {
  background: #d9e5ee url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_th-v.gif) 100% 0 repeat-y;
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th {
  border-bottom: 1px solid #ccc !important;
}

.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}

.compare-table tr.add-to-row td p {
  margin: 0;
}

.compare-table tr.first td {
  text-align: center;
}

.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}

.compare-table tr.first td .product-name a {
  color: #203548;
}

.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}

.compare-table tr.first td p {
  margin: 0;
}

.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.sidebar .paypal-logo a {
  float: none;
}

.category-title {
  border: 0;
  margin: 0 0 7px;
}

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}

.category-description {
  margin: 0 0 10px;
}

.products-grid {
  position: relative;
}

.products-grid li.item {
  float: left;
  width: 164px;
  padding: 15px 13px 15px 0;
  text-align: center;
}

.products-grid li.last {
  padding-right: 0;
}

.products-grid .product-image {
  display: block;
  width: 144px;
  height: 144px;
  padding: 10px;
  margin: 0 0 10px;
  border: 1px solid #e8e8e8;
}

.products-grid .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 15px;
  color: #203548;
}

.products-grid .product-name a {
  color: #303030;
  text-decoration: none;
}

.products-grid .product-name a:hover {
  color: #51A104;
}

.products-grid .price-box {
  margin: 5px 0;
}

.products-grid .availability {
  line-height: 21px;
}

.products-grid:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.products-grid.last {
  border-bottom: 0;
}

.col2-right-layout .products-grid {
  width: 698px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .catalog-category-view .kategorije ul {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .kategorije ul li {
    flex: 0 0 50%;
    display: initial;
    float: none;
  }
  .catalog-category-view .kategorije ul li a {
    width: auto;
  }
  .catalog-category-view .kategorije ul li:nth-child(even) a {
    margin: 0 0 5px 0;
  }
}

.products-list li.item {
  border-bottom: 1px solid #d9ddd3;
  padding: 10px 10px 0 10px;
}

@media (max-width: 767px) {
  .products-list li.item {
    display: flex;
    padding: 10px 0;
  }
}

.products-list li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.products-list li.item.last {
  border-bottom: 0;
}

.products-list img.ikon {
  float: left;
  height: 100px;
  width: 10px;
  overflow: hidden;
}

.products-list a.product-image {
  float: left;
  width: 120px;
  height: 100px;
  margin: 0 0 10px;
  text-decoration: none;
  color: #222;
}

.products-list .product-image .strani {
  display: none !important;
  height: 24px;
  width: 110px;
  line-height: 24px;
  position: absolute;
  margin: -24px 0px 0px 10px;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
  background: #ebebeb;
  font-weight: bold;
}

.products-list .product-shop {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .products-list .product-shop {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .products-list .product-shop .f-fix {
    float: none;
  }
}

@media (max-width: 767px) {
  .products-list .product-shop input.qty {
    height: 27px;
    text-align: center;
  }
}

.products-list .product-name {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 15px;
  color: #203548;
}

.products-list .product-name a {
  color: #203548;
  text-decoration: none;
}

.products-list .desno {
  float: right;
  width: 200px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .products-list .desno {
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.products-list .desno label {
  color: #666;
}

.products-list .price-box {
  float: left;
  margin: 0 13px 5px 0;
}

@media (max-width: 767px) {
  .products-list .price-box {
    float: none;
  }
}

.products-list .price-box .price-excluding-tax {
  display: none !important;
}

.products-list .price-box .price-including-tax .label {
  font-weight: normal;
}

.products-list .availability {
  float: left;
  margin: 3px 0px 0px 0px;
}

.products-list .ada {
  color: green;
  font-weight: bold;
}

.products-list .ane {
  color: green;
  font-weight: bold;
}

.products-list .sku {
  color: #777;
  font-weight: bold;
  font-size: 11px;
  margin: 0px 0px 7px 0px;
}

.products-list .sku span {
  color: #999;
  font-weight: normal;
}

.products-list .ikono {
  float: left;
  margin: 0px 4px 0px 0px;
}

.products-list .barve {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .products-list .barve {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .products-list .barve .separator {
    display: none;
  }
}

.products-list .vsebina {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .products-list .vsebina {
    display: inline-block;
  }
}

.products-list a.barva {
  display: block;
  height: 12px;
  width: 12px;
  margin: 2px 5px 0px 0px;
  float: left;
}

.products-list a.b364 {
  background: #000;
}

.products-list a.b366 {
  background: #40a5cd;
}

.products-list a.b367 {
  background: #eb0189;
}

.products-list a.b368 {
  background: #f9ed27;
}

.products-list a.b387 {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bcmy.gif) no-repeat;
  width: 54px;
}

.products-list a.b388 {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bcm.gif) no-repeat;
  width: 40px;
}

.products-list .ceneje {
  display: block;
  height: 50px;
  width: 40px;
  padding: 3px 0 0 8px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/akcija.gif) no-repeat;
  color: #fff;
  font-size: 13px;
  position: absolute;
  text-align: center;
  font-family: Tahoma, serif;
  margin: 0 0 0 60px;
  font-weight: bold;
  right: 0;
}

.products-list .ceneje span {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  writing-mode: lr-tb;
}

.products-list .ikone {
  overflow: hidden;
  float: right;
}

@media (max-width: 767px) {
  .products-list .ikone {
    overflow: auto;
    float: none;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 7px 0;
  }
}

.products-list .ikone .rating-box {
  width: 80px;
  height: 16px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/star.png) 0 100% repeat-x;
}

.products-list .ikone .rating-box .rating {
  height: 16px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/star.png) 0 0 repeat-x;
}

.products-list .ikone .ratings {
  float: right;
  clear: right;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .products-list .ikone .ratings {
    float: none;
    clear: none;
    margin: 0;
  }
}

.products-list .ikone .rating-count {
  float: left;
  line-height: 16px;
  font-size: 12px;
  padding-right: 5px;
  color: #51A104;
  font-weight: bold;
}

.products-list a.ikona {
  display: block;
  height: 34px;
  width: 34px;
  margin: 5px 5px 0px 0px;
  float: right;
}

@media (max-width: 767px) {
  .products-list a.ikona {
    float: none;
    margin: 0 10px 0 0;
  }
}

.products-list .top-cena {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/top-cena.gif) no-repeat;
}

.products-list .vec-kosov {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/vec-kosov.gif) no-repeat;
}

.products-list .xxl-volumen {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/xxl-ponudba.gif) no-repeat;
}

.products-list .brezplacna-postnina {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/brezplacno.jpg) no-repeat;
}

.products-list .priporocamo {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/priporocamo.jpg) no-repeat;
}

.no-rating {
  margin: 0 0 5px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/review.png) no-repeat 0 50%;
  padding-left: 24px;
}

.no-rating a {
  text-decoration: none;
}

.no-rating a:hover {
  text-decoration: underline;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}

.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}

.ratings .rating-links {
  margin: 0;
}

.ratings .rating-links .separator {
  margin: 0 2px;
}

.ratings .rating-box {
  float: left;
  margin-right: 3px;
}

.ratings:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings-table th {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
  font-weight: bold;
  padding-right: 8px;
}

.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

.availability {
  margin: 0;
}

.availability span {
  font-weight: bold;
}

.availability.out-of-stock span {
  color: #d83820;
}

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}

.availability-only span {
  border-bottom: 1px dashed #751d02;
  color: #000;
}

.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}

.availability-only .expanded {
  background-position: 100% -15px;
}

.availability-only strong {
  color: #be2c00;
}

.availability-only-details {
  margin: 0 0 7px;
}

.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}

.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}

.product-view .product-shop {
  float: right;
  width: 410px;
}

@media (max-width: 767px) {
  .product-view .product-shop {
    float: none;
    width: 100%;
  }
}

.product-view .product-shop .availability {
  margin: 10px 0;
}

.product-view .product-shop .availability span {
  font-weight: bold;
}

.product-view .product-shop .product-name {
  margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
  margin: 0;
  font: normal 28px/1.2 Arial, Helvetica, sans-serif;
}

.product-view .product-shop .sku {
  color: #888;
  margin: 0px 0px 10px 0px;
}

.product-view .product-shop span.ime {
  font-weight: bold;
}

.product-view .product-shop .special-price .price-label {
  display: none;
}

.product-view .product-shop .price-box {
  margin: 10px 0;
}

.product-view .product-shop .add-to-links {
  margin: 0;
  padding: 6px 0 0 12px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .product-view .product-shop .add-to-links {
    padding: 6px 0 0 0;
  }
}

.product-view .product-shop .add-to-links li {
  display: inline;
  padding: 2px 4px 2px 15px;
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/compare.png") no-repeat scroll 0 50% transparent;
}

.product-view .product-shop .add-to-links a {
  font-weight: normal !important;
  text-decoration: none;
  text-transform: uppercase;
}

.product-view .product-shop .add-to-links a:hover {
  text-decoration: underline;
}

.product-view .product-shop .short-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-shop .price {
  font-size: 20px;
  line-height: 20px;
}

.product-view .product-shop .price-excluding-tax .price {
  font-size: 13px;
  line-height: 13px;
}

.product-view .add-to-cart .paypal-logo {
  margin: 0;
}

.product-view .product-img-box {
  float: left;
  width: 267px;
}

@media (max-width: 767px) {
  .product-view .product-img-box {
    float: none;
    width: 100%;
  }
}

.product-view .product-img-box .product-image {
  margin: 0 0 13px;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .product-view .product-img-box .product-image {
    text-align: center;
  }
}

.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 265px;
  height: 265px;
  overflow: hidden;
  z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}

.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center;
}

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 9px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}

.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: .3;
}

.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
  margin-left: -9px;
}

.product-view .product-img-box .more-views ul:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 0 9px;
}

.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.product-view .barve {
  float: left;
  margin: 0px 5px 0px 0px;
}

.product-view .ikone {
  overflow: hidden;
  float: right;
  clear: right;
}

.product-view a.ikona {
  display: block;
  height: 34px;
  width: 34px;
  margin: 5px 5px 0px 0px;
  float: left;
}

.product-view .top-cena {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/top-cena.gif) no-repeat;
}

.product-view .vec-kosov {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/vec-kosov.gif) no-repeat;
}

.product-view .xxl-volumen {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/xxl-ponudba.gif) no-repeat;
}

.product-view .brezplacna-postnina {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/brezplacno.jpg) no-repeat;
}

.product-view .priporocamo {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/priporocamo.jpg) no-repeat;
}

.product-view .add-to-box {
  border: 2px solid #E8E8E8;
  padding: 5px;
}

.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}

.product-view .box-description {
  line-height: 22px;
}

.product-view .box-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .box-additional .data-table th {
  line-height: 1.25;
}

.product-view .box-additional .data-table td {
  line-height: 1.25;
}

.product-view .box-up-sell .products-grid {
  width: 100%;
  border: 1px solid #e8e8e8;
  margin: 0 0 10px;
}

.product-view .box-up-sell .products-grid td {
  width: 25%;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 10px 12px;
  line-height: 1.6em;
  text-align: center;
}

.product-view .box-up-sell .products-grid tr.last td {
  border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
  border-right: 0;
}

.product-view .box-up-sell .products-grid .product-image {
  text-align: center;
  display: inline-block;
}

.product-view .box-up-sell .products-grid td.empty {
  border-right: 0;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-view .box-tags {
  margin: 0;
  display: inline-block;
}

.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://www.toner123.hr/skin/frontend/toner/default/images/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: 610px;
  margin: 0 5px 0 0;
}

@media (max-width: 767px) {
  .product-view .box-tags .form-add .input-box {
    float: none;
    width: 100%;
  }
}

.product-view .box-tags .form-add input.input-text {
  width: 600px;
}

@media (max-width: 767px) {
  .product-view .box-tags .form-add input.input-text {
    width: 100%;
    height: 32px;
    margin-bottom: 5px;
  }
}

.product-view .box-tags .form-add:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .box-tags .note {
  margin: 3px 0 0;
  font-size: 11px;
}

.product-view .box-reviews dl {
  margin: 10px 0;
}

.product-view .box-reviews dt a {
  font-weight: bold;
}

.product-view .box-reviews dt span {
  font-weight: bold;
}

.product-view .box-reviews dd {
  margin: 0 0 15px;
}

.product-view .box-reviews dd small {
  font-style: italic;
}

.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}

.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text {
  width: 442px;
}

.product-view .box-reviews .form-add .form-list textarea {
  width: 442px;
}

.product-view .social-link {
  padding: 10px 0 5px;
}

.product-view .form-list textarea {
  height: 60px;
}

.product-essential {
  padding: 0 0 10px;
}

.product-essential h2 {
  font: bold 18px/1.35 Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #E8E8E8;
  margin: 0 0 10px;
  padding: 0 0 1px;
  font-weight: normal;
}

.product-essential:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-collateral {
  padding: 0;
}

.product-collateral h2 {
  font-weight: normal;
  font-size: 18px;
  border-bottom: 2px solid #E8E8E8;
  padding: 0 0 1px;
  margin: 0 0 10px;
}

.product-collateral:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-image-popup {
  margin: 0 auto;
}

.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center;
}

.product-image-popup .image {
  display: block;
  margin: 10px 0;
}

.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #2f2f2f;
}

.ma-product-view-row2 {
  padding: 15px;
  background: #D1D1D1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.ma-product-view-row2 li {
  margin-right: 10px;
}

.product-options {
  margin: 20px 0 0;
  padding: 10px 15px 20px;
  position: relative;
  background-color: #f6f6f6;
  border: 0;
}

.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}

.product-options dt label {
  font-weight: bold;
  color: #2f2f2f;
}

.product-options dt label.required em {
  color: #eb340a;
  margin-left: 5px;
}

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}

.product-options dd {
  padding: 5px 10px 15px;
  margin: 0 0 5px;
  border-bottom: 1px solid #e4e4e4;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd input.input-text {
  width: 98%;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 99%;
}

.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}

.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options ul.validation-failed {
  padding: 0 7px;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-options .options-list li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-options-bottom {
  background-color: #fffada;
  padding: 15px 20px;
  border: 0;
}

.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
  color: #e26703;
}

.product-options-bottom .tier-prices .price {
  color: #e26703;
}

.product-options-bottom .tier-prices .benefit {
  color: #e26703;
}

.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0;
}

.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}

.product-options-bottom .price-tax {
  float: left;
}

.product-options-bottom .add-to-cart {
  float: left;
}

.product-options-bottom:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-shop .product-options-bottom {
  margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
  float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
  clear: both;
  padding: 15px 0 0;
  text-align: left;
}

#upsell-product-table .price-excluding-tax {
  display: none;
}

#upsell-product-table .price-box {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

#upsell-product-table .vsebina {
  color: #666;
  font-size: 12px;
  margin: 0px 0px 5px 0px;
}

.product-name {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

.product-name a {
  color: #1e7ec8;
}

.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;
}

.product-review:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.mini-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 50fr);
  grid-gap: 10px;
}

@media (min-width: 768px) {
  .mini-products-grid {
    grid-template-columns: repeat(4, 25fr);
  }
}

.led-option .product-options {
  margin: 0;
  padding: 0;
  background: none;
}

.led-option dt {
  display: inline-block;
  padding: 0;
}

.led-option dd {
  display: inline-block;
  padding: 0;
}

.led-option .product-options-bottom {
  display: none;
}

.email-friend {
  margin: 0;
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/email.gif") no-repeat scroll 0 50% transparent;
  padding-left: 24px;
  line-height: 35px;
}

.email-friend a {
  text-decoration: none;
}

.email-friend a:hover {
  text-decoration: underline;
}

.alert-price {
  margin: 0;
  font-size: 11px;
}

.alert-stock {
  margin: 0;
  font-size: 11px;
}

.price-box {
  margin: 5px 0;
}

.price-box .price {
  color: #111;
  font-weight: bold;
}

.regular-price .price {
  font-size: 13px;
  color: #222;
}

.old-price {
  margin: 0;
}

.old-price .price-label {
  white-space: nowrap;
  color: #666;
}

.old-price .price {
  font-weight: bold;
  color: red;
  text-decoration: line-through;
}

.special-price {
  margin: 0;
}

.special-price .price-label {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  color: #666;
}

.special-price .price {
  font-size: 13px;
  font-weight: bold;
}

.minimal-price {
  margin: 0;
}

.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
  text-decoration: none !important;
}

.minimal-price-link a {
  text-decoration: none !important;
}

.minimal-price-link .label {
  color: #FF00FF;
  text-decoration: none !important;
}

.minimal-price-link .price {
  font-weight: normal;
  color: #FF00FF;
  text-decoration: none !important;
}

.price-excluding-tax {
  display: block;
  color: #666;
}

.price-excluding-tax .label {
  white-space: nowrap;
  color: #666;
  font-size: 12px;
}

.price-excluding-tax .price {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.price-including-tax {
  display: block;
  color: #666;
}

.price-including-tax .label {
  white-space: nowrap;
  color: #666;
}

.price-including-tax .price {
  font-size: 13px;
}

.configured-price {
  margin: 0;
}

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.configured-price .price {
  font-weight: bold;
}

.weee {
  display: block;
  font-size: 11px;
  color: #444;
}

.weee .price {
  font-size: 11px;
  font-weight: normal;
}

.price-excl-tax {
  display: block;
}

.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-excl-tax .price {
  display: block;
}

.price-incl-tax {
  display: block;
}

.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

.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 {
  padding-left: 10px;
  color: #999;
}

.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}

.price-as-configured {
  margin: 0;
}

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-box-bundle {
  padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}

.price-box-bundle .price {
  color: #555;
}

.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
}

.tier-prices li {
  line-height: 1.4;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
  color: #424242;
}

.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 {
  font-size: 11px;
  margin: 5px 0 0;
}

.add-to-links .separator {
  display: none;
}

.add-to-cart label {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  font-weight: bold;
  color: #666;
}

.add-to-cart .qty {
  float: left;
  margin-right: 10px;
  padding: 4px;
}

.add-to-cart button.button {
  float: left;
}

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}

.add-to-cart:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.add-to-box {
  margin: 10px 0;
}

.add-to-box .add-to-cart {
  float: left;
}

.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666;
}

.add-to-box .add-to-links {
  float: left;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.add-to-box .add-to-links li {
  display: inline !important;
}

.add-to-box .add-to-links li .separator {
  display: none !important;
}

.add-to-box:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.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 li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.send-friend .form-list .field {
  width: 315px;
}

.send-friend .form-list .input-box {
  width: 300px;
}

.send-friend .form-list input.input-text {
  width: 294px;
}

.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 .form-list label {
  width: 160px;
  padding-right: 10px;
}

.advanced-search .form-list .input-box {
  float: left;
  clear: none;
}

.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 strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

.advanced-search-summary:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}

.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}

.page-sitemap .links a:hover {
  text-decoration: underline;
}

.page-sitemap .sitemap {
  margin: 12px;
}

.page-sitemap .sitemap a {
  color: #1b2d3b;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

.rss-title h1 {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

.item-options dt {
  font-weight: bold;
  font-style: italic;
}

.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.sp-methods {
  margin: 0 0 8px;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label {
  font-weight: bold;
  color: #666;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 3em !important;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}

.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}

.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.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://www.toner123.hr/skin/frontend/toner/default/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 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-messages-form .item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.gift-message-link {
  font-size: 11px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/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://www.toner123.hr/skin/frontend/toner/default/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.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-login .buttons-set {
  border-top: 0;
}

#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase;
}

#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}

#opc-review .step {
  border: 0;
  padding: 0;
}

#opc-review .product-name {
  font-weight: bold;
  color: #0a263c;
}

#opc-review .item-options {
  margin: 5px 0 0;
}

#opc-review .buttons-set {
  padding: 20px 30px 5px;
  border: 0;
}

#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px;
}

#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}

#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}

#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}

.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}

.checkout-progress:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.multiple-checkout h2 a {
  font-weight: normal;
}

.multiple-checkout h3 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.multiple-checkout h3 a {
  font-weight: normal;
}

.multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.multiple-checkout h4 a {
  font-weight: normal;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}

.multiple-checkout .col2-set {
  background: #fbfaf6 url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.multiple-checkout .col3-set {
  background: #fbfaf6 url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}

.multiple-checkout .box {
  margin: 0 0 15px;
}

.multiple-checkout .box h2 {
  color: #e26703;
}

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}

.multiple-checkout .place-order:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}

#multiship-addresses-table td {
  padding: 10px;
}

#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}

.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

.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 {
  position: relative;
}

.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;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
  display: none;
}

.opc .buttons-set .back-link a {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px;
}

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}

.opc .buttons-set.disabled button.button {
  display: none;
}

.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}

.opc .step-title {
  border: 0;
  background: #e8e8e8;
  text-align: right;
  margin-top: 4px;
}

.opc .step-title .number {
  float: left;
  background: #484848;
  padding: 8px 12px;
  margin: 0 10px 0 0;
  font: bold 11px/14px arial, helvetica, sans-serif;
  color: #fff;
}

.opc .step-title h2 {
  float: left;
  margin: 0;
  font: bold 13px/28px Arial, Helvetica, sans-serif;
  color: #484848;
}

.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}

.opc .step-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.opc .allow .step-title {
  cursor: pointer;
}

.opc .active .step-title {
  background: #e8e8e8;
  border: 0;
  color: #f18200;
  cursor: default;
}

.opc .active .step-title .number {
  background: #51A104;
  border-color: #51A104;
  color: #fff;
}

.opc .active .step-title h2 {
  color: #51A104;
}

.opc .step {
  border: 0;
  padding: 15px 30px;
  position: relative;
}

.opc .step .tool-tip {
  right: 30px;
}

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}

.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;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

.account-login__wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .account-login__wrapper {
    flex-direction: column;
  }
}

.account-login__wrapper > div {
  flex: 0 0 48%;
}

.account-login .content {
  min-height: 240px;
  padding: 14px 21px;
  border: 1px solid #e8e8e8;
}

.account-login .content h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #e76200;
}

@media (max-width: 767px) {
  .account-login .new-users {
    padding-bottom: 20px;
  }
}

.account-login .new-users h2 {
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_page1.gif);
}

.account-login .registered-users h2 {
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_page2.gif);
}

.account-login .buttons-set {
  border: 1px solid #e8e8e8;
  border-top: 0;
  margin: 0;
  padding: 8px 13px;
}

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

@media (max-width: 767px) {
  .my-account .my-orders-table-wrapper {
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .my-account .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .my-account .pager::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .my-account .pager .limiter {
    flex-grow: 0;
  }
}

.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
  margin: 0;
}

.dashboard .col2-set {
  margin: 0 0 15px;
}

.dashboard .box .box-title {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}

.dashboard .box .box-title h3 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

.dashboard .box .box-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.dashboard .box-recent .box-head h2 {
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_folder-table.gif);
}

.dashboard .box-info .box-head h2 {
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_ma-info.gif);
}

.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.dashboard .box-reviews .box-head h2 {
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_ma-reviews.gif);
}

.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;
}

.dashboard .box-tags .box-head h2 {
  background-image: url(https://www.toner123.hr/skin/frontend/toner/default/images/i_ma-tags.gif);
}

.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 {
  display: inline;
}

.dashboard .box-tags .tags ul {
  display: inline;
}

.dashboard .box-tags .tags ul li {
  display: inline;
}

.box-account {
  border: 1px solid #e8e8e8;
  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;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
  color: #e65505;
}

.box-account .box-head:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  color: #e26703;
  text-transform: uppercase;
}

.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}

.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 {
  background: #fff url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_account_box.gif) 0 0 repeat-x;
  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-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}

.order-info dt {
  display: inline;
}

.order-info dd {
  display: inline;
}

.order-info ul {
  display: inline;
}

.order-info li {
  display: inline;
  margin: 0 3px;
}

.order-info .current {
  font-weight: bold;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: #fff url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_block-title.gif) 0 0 repeat-x;
  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 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}

.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;
}

.gift-message dt strong {
  color: #666;
}

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

.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;
  padding: 1px 8px;
}

.tracking-table-popup td {
  padding: 1px 8px;
}

.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-tag-edit {
  float: left;
  margin: 0 0 10px;
}

.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-reviews-table td {
  padding: 10px;
}

.ma-footer-container {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .ma-footer-container {
    padding: 0 5px 20px 5px;
  }
}

.ma-footer-container .bottom-container {
  margin: 0 0 5px;
}

.ma-footer-container .bottom-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.footer {
  width: 940px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .footer {
    width: 100%;
    padding: 0;
  }
}

.footer .store-switcher {
  display: inline;
  margin: 0 5px 0 0;
  color: #fff;
}

.footer .store-switcher label {
  font-weight: bold;
  vertical-align: middle;
}

.footer .store-switcher select {
  padding: 0;
  vertical-align: middle;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .bugs {
  margin: 13px 0 0;
  color: #ecf3f6;
}

.footer .bugs a {
  text-decoration: underline;
}

.footer .bugs a:hover {
  text-decoration: none;
}

.footer address {
  margin: 0;
  color: #818181;
}

@media (max-width: 767px) {
  .footer address {
    padding: 10px 0;
  }
}

.footer address a {
  text-decoration: none;
  color: #818181;
}

.footer address a:hover {
  text-decoration: underline;
}

.footer ul {
  display: inline;
}

.footer ul.links {
  display: block;
}

@media (max-width: 767px) {
  .footer ul.links {
    padding: 10px 0;
  }
}

.footer li {
  display: inline;
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bkg_pipe2.gif) 100% 60% no-repeat;
  padding: 0 7px 0 4px;
}

.footer li.last {
  background: none !important;
  padding-right: 0 !important;
}

.footer:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.home-callout {
  margin-bottom: 12px;
}

.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

.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: #eee url(https://www.toner123.hr/skin/frontend/toner/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
  background: #fff url(https://www.toner123.hr/skin/frontend/toner/default/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 {
  color: #203548;
}

.clearer:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

#nav:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.search-autocomplete li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.box-reviews li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.box-tags li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.cart-collaterals:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.group-select li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.ma-footer-static-container {
  width: 960px;
  float: left;
  text-align: left;
}

@media (max-width: 767px) {
  .ma-footer-static-container {
    width: 100%;
    float: none;
  }
}

.ma-footer-static {
  width: 960px;
  float: left;
  text-align: left;
}

@media (max-width: 767px) {
  .ma-footer-static {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: none;
  }
}

.ma-footer-static a {
  color: #484848;
}

.ma-footer-static .ma-cols {
  float: left;
  padding: 20px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .ma-footer-static .ma-cols {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .ma-footer-static .ma-cols.ma-col1 {
    float: none;
    width: 100%;
    flex: 1 1 50%;
  }
}

@media (max-width: 767px) {
  .ma-footer-static .ma-cols.ma-col2 {
    float: none;
    width: 100%;
    flex: 1 0 100%;
  }
}

.ma-footer-static .ma-col3 li {
  display: inline;
  background: none;
  padding: 0 5px 0 0;
}

.ma-col-title h2 {
  font: 18px/18px Metrophobic, Arial, Helvetica, sans-serif;
  color: #bf0707;
  margin: 0 0 10px;
}

.ma-cols li {
  display: block;
  line-height: 26px;
}

.ma-col1 {
  width: 130px;
}

.ma-col1 li {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bullet1.gif) no-repeat 0 50%;
  padding-left: 10px;
  line-height: 30px;
}

.ma-col4 {
  width: 130px;
}

.ma-col4 li {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bullet1.gif) no-repeat 0 50%;
  padding-left: 10px;
  line-height: 30px;
}

.ma-col2 {
  width: 260px;
}

.ma-col2 li {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bullet1.gif) no-repeat 0 50%;
  padding-left: 10px;
  line-height: 30px;
}

.ma-col2 .ma-address {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/address.gif) no-repeat 0 10%;
}

.ma-col2 .ma-tel {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/phone.gif) no-repeat 0 50%;
}

.ma-col2 .ma-fax {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/fax.gif) no-repeat 0 50%;
}

.ma-col2 .ma-email {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/email.gif) no-repeat 0 50%;
}

.ma-col2 .ma-website {
  background: url(https://www.toner123.hr/skin/frontend/toner/default/images/website.gif) no-repeat 0 50%;
}

.ma-col2.last label {
  color: #2b2b2b;
}

.ma-col2.last a {
  color: #51A104;
}

.ma-col2.last li {
  padding-left: 30px;
}

.ma-col3 {
  width: 260px;
}

.ma-col3 .ma-col-content {
  padding: 6px 0 30px;
}

.ma-col3 .ma-social-link {
  padding: 6px 0 0;
}

.ma-product-view-col1 {
  float: left;
  width: 310px;
}

.ma-product-view-col2 {
  float: right;
  width: 310px;
  background: #e8e8e8;
  border: 1px solid #DDDDDD;
}

.ma-product-view-row1 {
  padding: 5px 15px;
}

.ma-product-view-row3 {
  padding: 5px 15px;
}

.ma-review-col1 {
  float: left;
  width: 340px;
  padding-top: 12px;
}

.ma-review-col1 h2 {
  border-bottom: 2px solid #E8E8E8;
  font-size: 18px;
  font-weight: normal;
}

.ma-review-col2 {
  margin-left: 360px;
  padding-top: 12px;
}

.ma-review-col2 .form-list input.input-text {
  width: 320px;
}

.ma-review-col2 .form-list textarea {
  width: 320px;
  height: 60px;
}

.ma-review-col2 h2 {
  border-bottom: 2px solid #E8E8E8;
  font-size: 18px;
  font-weight: normal;
}

.cms-index-index .col-main {
  width: 728px;
  padding: 0;
  border-top: 0;
}

@media (max-width: 767px) {
  .cms-index-index .col-main {
    width: 100%;
    float: none;
    padding: 0 5px;
    border: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .cms-index-index .std {
    display: none;
  }
}

.ma-featured-products {
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-main-2column-t.png") no-repeat 0 0 #fff;
}

.ma-featured-product-title {
  overflow: hidden;
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-block-l.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
}

.ma-featured-product-title h2 {
  padding: 9px 28px 9px 12px;
  font: 18px/18px Metrophobic, Arial, Helvetica, sans-serif;
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-block-r.jpg") no-repeat scroll 100% 0 transparent;
  display: block;
  color: #fff;
  overflow: hidden;
}

.ma-bestseller-sldier-title {
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-block-l.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
}

.ma-bestseller-sldier-title h2 {
  padding: 9px 28px 9px 12px;
  font: 18px/18px Metrophobic, Arial, Helvetica, sans-serif;
  background: url("https://www.toner123.hr/skin/frontend/toner/default/images/bg-block-r.jpg") no-repeat scroll 100% 0 transparent;
  display: block;
  color: #fff;
  overflow: hidden;
}

.ma-featured-vertscroller-wrap {
  float: right;
  width: 220px;
}

.ma-banner1-container {
  background: #fff;
  padding: 10px 10px 12px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.ma-related-product {
  overflow: hidden;
}

.ma-related-product .product-name {
  margin: 5px 0;
}

.ma-related-product .product-name a {
  text-decoration: none;
  color: #203548;
  font-size: 15px;
  font-weight: bold;
}

.ma-related-product .product-name a:hover {
  color: #51A104;
}

.ma-related-content .mini-products-list .product-image {
  width: 212px;
  height: 168px;
  float: none;
  display: inline-block;
}

.ma-related-content .mini-products-list li {
  float: left;
  padding-right: 10px;
}

.ma-related-content .mini-products-list .product-details {
  float: none;
  margin: 0;
  text-align: center;
}

.ma-block-related h2 {
  border-bottom: 2px solid #E8E8E8;
}

.product-tabs {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 2px solid #e8e8e8;
}

.product-tabs li {
  float: left;
  font-size: 1.1em;
  line-height: 1em;
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  .product-tabs li {
    float: none;
  }
}

.product-tabs li.first {
  border-left: 0;
}

.product-tabs li.last {
  border-right: 0;
}

.product-tabs a {
  display: block;
  padding: 8px 15px;
  background-color: #f9f9f9;
  margin-right: 1px;
  font-size: 15px;
  color: #0A263C;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 767px) {
  .product-tabs a {
    height: 32px;
    padding: 8px 5px;
  }
}

.product-tabs a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}

.product-tabs li.active a {
  background-color: #e8e8e8;
}

.product-tabs li.active a:hover {
  background-color: #e8e8e8;
}

.product-tabs-content h2 {
  display: none;
  font-size: 12px;
  font-weight: bold;
}

span.deta {
  font-weight: normal !important;
  color: #666 !important;
}

span.deta strong {
  color: red;
}

.kolicina {
  float: left;
}

.dn {
  background: transparent url("https://www.toner123.hr/skin/frontend/toner/default/images/less.gif") 130px 0px no-repeat;
  cursor: pointer;
  display: block;
}

.up {
  background: transparent url("https://www.toner123.hr/skin/frontend/toner/default/images/more.gif") 130px 0px no-repeat;
  cursor: pointer;
  display: block;
}

.kategorije li {
  display: inline;
  float: left;
}

.kategorije li a {
  font-weight: bold;
  background: #f9f9f9;
  width: 155px;
  padding: 0px 0px 0px 10px;
  border: 1px solid #ebebeb;
  display: block;
  margin: 0px 5px 5px 0px;
  line-height: 28px;
  height: 28px;
}

.cms-home .std ul {
  list-style: disc;
  margin: 10px 0px 10px 18px;
}

.cms-home .ma-featured-products .category-products .actions .add-to-links {
  display: none;
}

.cms-home .ma-featured-products .category-products .products-grid a {
  height: 100px;
  width: 100px;
}

.cms-home .ma-featured-products .category-products .products-grid img {
  height: 100%;
  width: 100%;
}

.cms-home .ma-featured-products .category-products .products-grid li.item {
  width: 120px;
}

.cms-home .ma-featured-products .category-products h2 {
  font-size: 13px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.button_down {
  padding: 6px 14px 7px;
  border: 0px none;
  cursor: pointer;
  border-radius: 2px;
  color: #51A104;
  font-size: 18px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  background: #F7F7F7 none repeat scroll 0% 0%;
  clear: both;
  height: 61px;
}

.button_up {
  padding: 6px 14px 7px;
  border: 0px none;
  cursor: pointer;
  border-radius: 2px;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  background: #51A104 none repeat scroll 0% 0%;
  clear: both;
  height: 61px;
}

.checkout-onestep-index button:hover {
  background: #F7F7F7;
  color: #51A104;
}

.center {
  margin: auto;
  width: 54%;
  padding: 10px;
}

#javna-ustanova h6 {
  display: none;
}

#payment_form_custompaymentmethod {
  display: none;
}

.custompaymentmethod-payment-redirect .col3-layout .col-wrapper .col-main {
  width: 400px;
}

@media (min-width: 768px) {
  .block.manufacturers {
    display: none;
  }
}

.block .manufacturers__title {
  text-align: center;
}

.block .manufacturers__list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.block .manufacturers__item {
  flex: 0 0 50%;
  text-align: center;
  border: 1px solid #dedede;
}

.block .manufacturers__item span {
  display: block;
}

.block .manufacturers__item a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 14px 0;
}

@media (max-width: 767px) {
  #wishlist-table tr th:nth-child(1),
  #wishlist-table tr td:nth-child(1) {
    display: none;
  }
}

/* vat check */ 
.vatvalid { border: 1px solid #ebebeb; padding: 7px 10px; margin: 10px; background: #fefefe; text-align: center; font-weight: 600; font-size: 14px; }
.vatvalid.invalid { border-color: #edd2d2; background: #fff0f0; }

/********** < Navigation */
.ma-nav-container { }
.ma-nav-l { width: 955px; margin: 0 auto; background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bg-nav-l.png) no-repeat 0 0; padding: 0  0 0 5px; }
.ma-nav-r { width: 950px; background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bg-nav-r.png) no-repeat 100% 0; padding: 0 5px 0 0; }
#nav { width:950px; padding: 0px 0px 0px 0px; font-size:10px; text-transform: uppercase; background: url(https://www.toner123.hr/skin/frontend/toner/default/images/bg-nav-c.png) repeat-x 0 0; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { color:#fff; text-decoration: none;  display:block; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { }
#nav ul li.parent{ background:#4c9604 url(https://www.toner123.hr/skin/frontend/toner/default/images/bg-nav-parent2.png) no-repeat 198px 50% ; }
#nav ul li.parent li a { }

/* 0 Level - Category Names */
#nav li { float:left; position:relative; background: url("https://www.toner123.hr/skin/frontend/toner/default/images/nav-space.gif") no-repeat scroll 100% 0 transparent; padding-right: 2px; }
#nav li.active a { color:#fff; background: #4c9604; }
#nav a { float:left; padding: 11px 6px 11px; line-height: 21px; height: 21px; color:#fff; }
#nav li.over a,
#nav a:hover { color:#fff; background: #4c9604; }
#nav li.domov a { background: url(https://www.toner123.hr/skin/frontend/toner/default/images/domov.png) no-repeat center; width: 20px; text-indent: -9999999px;  padding: 10px 10px 11px;}

/* 1st Level */
#nav ul li,
#nav ul li.active { padding-right:0; float:none; margin:0; border-bottom: 1px solid #fff; background:#4c9604; }
#nav ul li.last {  border-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding: 1px 0px 1px 0px; background:none; line-height: 21px; font-size:11px; height: 21px; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:43px; left:-10000px; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:0; }
#nav ul ul,
#nav ul div { width:720px;}
#nav ul ul li,#nav ul ul li a { width: 160px; float: left; }
#nav ul li a:hover {  }
#nav ul li a { background:none !important; color: #fff !important; text-transform: capitalize; line-height: 21px; height: 21px; }
#nav ul li a:hover { text-decoration: underline; }
#nav ul span,
#nav ul li.last li span { padding:0px 15px 0px 18px; line-height: 21px; height: 21px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:15em; }
/********** Navigation > */
/* ======================================================================================= */


.ma-nav-container { margin-top:30px;}
/**
 * @copyright  For copyright and license information, read the COPYING.txt file.
 * @link       /COPYING.txt
 * @license    Academic Free License (AFL 3.0)
 * @category    design
 * @package     base_default
 */

/* 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://www.toner123.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://www.toner123.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://www.toner123.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://www.toner123.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://www.toner123.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://www.toner123.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://www.toner123.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://www.toner123.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://www.toner123.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;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.col-main .highlight {
  /*background-color: #ff0;*/
}

/**
 * Magmodules.eu - http://www.magmodules.eu - info@magmodules.eu
 * =============================================================
 * NOTICE OF LICENSE [Single domain license]
 * This source file is subject to the EULA that is
 * available through the world-wide-web at:
 * http://www.magmodules.eu/license-agreement/
 * =============================================================
 * @category    Magmodules
 * @package     Magmodules_Shopreview
 * @author      Magmodules <info@magmodules.eu>
 * @copyright   Copyright (c) 2015 (http://www.magmodules.eu)
 * @license     http://www.magmodules.eu/license-agreement/  
 * =============================================================
 */
 
.shopreview-sidebar-block {
	padding: 10px;
}

.shopreview-sidebar-block .rating-name  {
	font-style: italic;
}

.shopreview-sidebar-block .rating-empty { float: right; display: block; width: 80px; height: 16px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 -16px; margin-right: 5px; background-size: 16px 32px; }
.shopreview-sidebar-block .rating-star-1 { float: left; display: block; width: 16px; height: 16px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px;}
.shopreview-sidebar-block .rating-star-2 { float: left; display: block; width: 32px; height: 16px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px;}
.shopreview-sidebar-block .rating-star-3 { float: left; display: block; width: 48px; height: 16px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px}
.shopreview-sidebar-block .rating-star-4 { float: left; display: block; width: 64px; height: 16px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px}
.shopreview-sidebar-block .rating-star-5 { float: left; display: block; width: 80px; height: 16px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px;}
 
/** big review stars **/
.total-block-text {  }
.total-block-text p { text-align: center; padding-top: 5px; *font-size: 18px; font-size: 15px; }   
.total-block-stars { height: 35px; width: 188px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/5-stars-empty.png') no-repeat; margin: 5px auto; background-size: 188px 35px;}
.total-block-stars span{ display: block; *height: 50px; height: 35px; background: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/5-stars-full.png') no-repeat; background-size: 188px 35px;}


ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	height: 120px;
}

#fade-reviews-sidebar li,#fade-reviews-sidebar li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	visibility: hidden;
}


/***** retina icons *****/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
 
	.total-block-stars { background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/5-stars-empty@2x.png');}             
	.total-block-stars span{ background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/5-stars-full@2x.png');}

	.shopreview-sidebar-block .rating-empty  { background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-1 { background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-2 { background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-3 { background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-4 { background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-5 { background-image: url('https://www.toner123.hr/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
}

/**
 * Magmodules.eu
 * http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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 info@magmodules.eu so we can send you a copy immediately.
 *
 * @category    Magmodules
 * @package     Magmodules_Snippets
 * @author      Magmodules <info@magmodules.eu)
 * @copyright   Copyright (c) 2014 (http://www.magmodules.eu)
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.breadcrumbs li span {
	background:none!important;
	width:auto!important;
	height:auto!important;
	text-indent:0!important;
	overflow:visible!important;
	float:left!important;
	display:block;
	margin:0
}

.breadcrumbs li {
	display:inline-block
}

.breadcrumbs strong {
	margin-left:5px;
}
/**
 * Magmodules.eu
 * http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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 info@magmodules.eu so we can send you a copy immediately.
 *
 * @category    Magmodules
 * @package     Magmodules_Snippets
 * @author      Magmodules <info@magmodules.eu)
 * @copyright   Copyright (c) 2014 (http://www.magmodules.eu)
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.snippets {
	border:1px solid #ccc;
	margin:5px 0;
	overflow:auto
}

.snippets p {
	margin-bottom:0
}

.snippets .product-name {
	font-weight:700
}

.snippets .prod-thumb {
	float:left;
	padding:8px
}

.snippets img {
	display:block;
	margin-right:5px;
	margin-left:10px
}

.snippets .content {
	margin-left:85px;
	padding:5px
}

.snippets .rating-box {
	float:left;
	margin-top:3px;
	margin-right:5px
}

.snippets-footer {
	margin-top:-5px;
	color:#666;
	font-style:normal
}

.snippets-fields {
	font-size:x-small
}

.snippets-fields ul {
	display:inline
}

.snippets-fields li {
	display:inline;
	color:#000;
	background:none!important;
	padding-left:0!important;
	font-size:11px
}

.snippets-fields li + li::before {
	content:"- "
}

.snippets-sidebar .rating-box {
	margin-right:5px;
	margin-top:5px;
	width:75px;
	height:15px;
	font-size:0;
	background:url(https://www.toner123.hr/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
	background-size:15px;
	text-indent:-999em;
	overflow:hidden
}

.snippets-sidebar .rating {
	float:left;
	height:13px;
	background:url(https://www.toner123.hr/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif)repeat-x;
	background-position-y:100%;
	background-size:15px
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-action-product-img-box {
  position: relative;
}
.m-action-label {
  position: absolute;
  z-index: 10;
}
.m-action-label.m-action-label-image {
  display: table;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
  z-index: 10;
}
.m-action-label.m-action-label-image > span {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  padding: 0px 10px;
  font-weight: bold;
}
.m-action-label.m-action-label-text > span {
  background-color: #ff4545;
  background-image: -moz-linear-gradient(top, #ff7373, #ff0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7373), to(#ff0000));
  background-image: -webkit-linear-gradient(top, #ff7373, #ff0000);
  background-image: -o-linear-gradient(top, #ff7373, #ff0000);
  background-image: linear-gradient(to bottom, #ff7373, #ff0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7373', endColorstr='#ffff0000', GradientType=0);
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}

.category-products li.item {
  position: relative;
}
a.product-image {
  position: relative;
}
.m-action-label.top-left {
 top: 0px;
  left: 0px;
  position: absolute;
}
.m-action-label.top-center {
  left: 50%;
  position: absolute;
  top: 0px;
}
.m-action-label.top-right {
   top: 0px;
  right: 0px;
  left: auto;
  position: absolute;
}
.m-action-label.middle-left {
    top:50%;
  left:0;
  position:absolute;
}
.m-action-label.middle-center {
    top: 50%;
  left: 50%;
  position: absolute;
}
.m-action-label.middle-right {
   left: auto;
  right: 0px;
  top:50%;
  position:absolute;
}
.m-action-label.bottom-left {
   bottom: 0px;
  top: auto;
  left: 0px;
  position: absolute;
}
.m-action-label.bottom-center {
  bottom: 0;
  right: auto;
  top: auto;
  left: 50%;
  position: absolute;
}
.m-action-label.bottom-right {
bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  position: absolute;
}

.m-action-list .m-action-list-btn-group {
  margin-top: -8px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.m-action-list .m-action-list-btn-group a {
  font-size: 0.9em;
  padding: 0px 5px;
  font-weight: normal;
}
.m-action-list .m-action-list-item {
  *zoom: 1;
  margin: 20px 0px;
}
.m-action-list .m-action-list-item:before,
.m-action-list .m-action-list-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.m-action-list .m-action-list-item:after {
  clear: both;
}
.m-action-list .m-action-list-item .m-action-list-item-image {
  float: left;
  width: 140px;
}
.m-action-list .m-action-list-item .m-action-list-item-info {
  float: left;
  width: 325px;
  margin-left: 10px;
}
.m-action-list .m-action-list-item .m-action-list-item-info h4 a {
  color: #eb5e00;
  font-size: 13px;
  text-decoration: none;
}
.m-action-list .m-action-list-item .m-action-list-item-info h4 a:hover {
  text-decoration: underline;
}
.m-action-list .m-action-list-item .m-action-list-item-info-more {
  float: right;
  color: #eb5e00;
}
.m-action-timer {
  *zoom: 1;
  font-size: 13px;
  height: 86px;
}
.m-action-timer:before,
.m-action-timer:after {
  display: table;
  content: "";
  line-height: 0;
}
.m-action-timer:after {
  clear: both;
}
.m-action-timer .m-action-timer-head {
  color: #333;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: .385em;
}
.m-action-timer .m-action-timer-counter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px #bababa;
  -moz-box-shadow: 1px 1px 5px #bababa;
  box-shadow: 1px 1px 5px #bababa;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 50%, #d7d7d7 51%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 50%, #d7d7d7 51%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 50%, #d7d7d7 51%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f5f5f5), color-stop(51%, #d7d7d7), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 50%, #d7d7d7 51%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 50%, #d7d7d7 51%, #f4f4f4 100%);
  border: 1px solid #f0f0f0;
  padding: .308em .461em;
  float: left;
}
.m-action-timer .m-action-timer-counter .m-action-timer-counter-box {
  *zoom: 1;
  background: #666;
  border-radius: 3px;
}
.m-action-timer .m-action-timer-counter .m-action-timer-counter-box:before,
.m-action-timer .m-action-timer-counter .m-action-timer-counter-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.m-action-timer .m-action-timer-counter .m-action-timer-counter-box:after {
  clear: both;
}
.m-action-timer .m-action-timer-counter .m-action-timer-counter-box .m-action-timer-digits {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #bfbfbf;
  background: -moz-linear-gradient(top, #bfbfbf 0%, #ffffff 50%, #e1e0dd 51%, #e2e2e1 70%, #acacac 100%);
  background: -ms-linear-gradient(top, #bfbfbf 0%, #ffffff 50%, #e1e0dd 51%, #e2e2e1 70%, #acacac 100%);
  background: -o-linear-gradient(top, #bfbfbf 0%, #ffffff 50%, #e1e0dd 51%, #e2e2e1 70%, #acacac 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(50%, #ffffff), color-stop(51%, #e1e0dd), color-stop(70%, #e2e2e1), color-stop(100%, #acacac));
  background: -webkit-linear-gradient(top, #bfbfbf 0%, #ffffff 50%, #e1e0dd 51%, #e2e2e1 70%, #acacac 100%);
  background: linear-gradient(to bottom, #bfbfbf 0%, #ffffff 50%, #e1e0dd 51%, #e2e2e1 70%, #acacac 100%);
  border: 1px solid #a4a4a4;
  color: #000;
  float: left;
  font-size: 22px;
  height: 35px;
  line-height: 35px;
  margin-left: -1px;
  overflow: hidden;
  padding: 0 10px 0 9px;
  position: relative;
  text-align: center;
}
.m-action-timer .m-action-timer-titles {
  margin-top: 47px;
  overflow: hidden;
}
.m-action-timer .m-action-timer-titles > span {
  color: #666;
  display: block;
  float: left;
  font-size: .846em;
  margin-top: 2px;
  text-align: center;
  width: 46px;
}
.m-action-view {
  *zoom: 1;
}
.m-action-view:before,
.m-action-view:after {
  display: table;
  content: "";
  line-height: 0;
}
.m-action-view:after {
  clear: both;
}
.m-action-view .m-action-timer {
  margin-bottom: 10px;
}
.m-action-view .action-view-image {
  width: 200px;
  margin: 0px 10px 10px 0px;
  float: left;
}
.m-action-product-view-action {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #fe7b7b;
  padding: 1em;
  position: relative;
}
.m-action-product-view-action h2 a {
  color: #fa5050;
  font-size: 1.2em;
  text-decoration: none;
}
.m-action-product-view-action h2 a:hover {
  text-decoration: underline;
}
.m-action-product-view-action::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 5px;
  top: 25px;
  left: -10px;
  border: 2px solid #eb3f3f;
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*a.m-action-list-link {
  font-weight: bold;
  color: #f5841f !important;
}*/
.m-action-share {
  width: 150px;
  float: right;
  margin-bottom: 10px;
}

.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-ignored {
  padding-top: 0px !important;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 220px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}

/*flush cache button*/
.m-fpc-debug-info .m-fpc-flush-cache-button-style {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

/*small debug info block*/
.m-fpc-debug-info-small {
  width: 120px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}

.m-fpc-debug-info-small .m-fpc-debug-info-main-block-small {
  padding: 2px 5px 10px 5px;
}

.m-fpc-debug-info-small .m-fpc-hit-info-small {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-small {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

.m-fpc-debug-info-small.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 3px #CCFFD3;
}
.m-fpc-debug-info-small.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 3px #FECBCB;
}
.m-fpc-debug-info-small.m-fpc-debug-info-not-cacheable {
  box-shadow: 0 0 0 5px #E0E0E0;
}

.m-fpc-debug-info .m-fpc-ignored-url-parameters-info {
  font-family:sans-serif,Arial;
  padding:15px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
  word-wrap: break-word;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: absolute;
}
.searchautocomplete .sprite {
  background: url('https://www.toner123.hr/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 0px;
  left: 23px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  visibility: visible;
  width: auto;
  left: 0px;
  top: 0px;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  background: url('https://www.toner123.hr/skin/frontend/base/default/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 10px;
  top: 11px;
  position: absolute;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px !important;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 45%;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  top: 5px;
  right: 72px;
  width: 16px;
  height: 16px;
  background: url('https://www.toner123.hr/skin/frontend/base/default/images/mirasvit/loader.gif');
}
.searchautocomplete .searchautocomplete-placeholder .ratings {
    margin: 0;
    line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder .rating-box {
    float: left;
    margin: 0 5px 0 0;
}
div.price-box span.price-excluding-tax{
  display: none;
}
#cc-notification {
    position: fixed!important;
    z-index: 99999998!important;
    left: 0!important;
    width: 100%!important;
    background-color: #fff!important;
}
#cc-notification.cc-mobile {
    position: relative!important;
    border-bottom: 0!important;
}
#cc-modal #cc-modal-closebutton a, #cc-settingsmodal #cc-settingsmodal-closebutton a {
    display: block!important;
    width: 18px!important;
    height: 18px!important;
    position: absolute!important;
    top: 2px!important;
    right: 2px!important;
}
#cc-modal #cc-modal-closebutton a span, #cc-settingsmodal #cc-settingsmodal-closebutton a span {
    display: none;
}
#cc-notification.cc-bottom {
    bottom: 0!important;
}
#cc-notification.cc-top {
    bottom: 0!important;
}
#cc-notification.cc-push {
    top: 0!important;
}
#cc-notification #cc-notification-permissions {
    display: none;
}
#cc-tag {
    position: fixed!important;
    z-index: 999999999!important;
    bottom: 0!important;
    right: 10%!important;
    display: none;
}
#cc-tag.cc-tag-bottom-left {
    right: auto!important;
    left: 10%!important;
}
#cc-tag.cc-tag-horizontal-right {
    right: 0!important;
    bottom: 20%!important;
}
#cc-tag.cc-tag-horizontal-left {
    left: 0!important;
    right: auto!important;
    bottom: 20%!important;
}
#cc-tag.cc-tag-vertical-right {
    right: 0!important;
    bottom: 20%!important;
}
#cc-tag.cc-tag-vertical-left {
    left: 0!important;
    right: auto!important;
    bottom: 20%!important;
}
#cc-tag a {
    padding: 0 12px!important;
    text-decoration: none!important;
}
#cc-modal-overlay {
    background: #fff!important;
    background-color: rgba(255, 255, 255, 0.8)!important;
    display: none;
    width: 100%!important;
    height: 1000%!important;
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    z-index: 999999!important;
}
#cc-modal, #cc-settingsmodal {
    display: none;
    width: 100%!important;
    height: 1000%!important;
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    z-index: 99999999!important;
}
#cc-settingsmodal {
    z-index: 9999999999!important;
}
#cc-modal #cc-modal-wrapper, #cc-settingsmodal #cc-settingsmodal-wrapper {
    margin: 100px auto!important;
}
#cc-modal, #cc-settingsmodal, #cc-tag, #cc-notification {
    line-height: 1!important;
}
.cc-clear {
    clear: both!important;
}
#cc-modal, #cc-settingsmodal, #cc-tag, #cc-notification, #cc-modal div, #cc-modal span, #cc-modal iframe, #cc-modal h1, #cc-modal h2, #cc-modal h3, #cc-modal h4, #cc-modal h5, #cc-modal h6, #cc-modal p, #cc-modal pre, #cc-modal a, #cc-modal code, #cc-modal em, #cc-modal img, #cc-modal s, #cc-modal small, #cc-modal strong, #cc-modal b, #cc-modal u, #cc-modal i, #cc-modal dl, #cc-modal dt, #cc-modal dd, #cc-modal ol, #cc-modal ul, #cc-modal li, #cc-modal form, #cc-modal label, #cc-settingsmodal div, #cc-settingsmodal span, #cc-settingsmodal iframe, #cc-settingsmodal h1, #cc-settingsmodal h2, #cc-settingsmodal h3, #cc-settingsmodal h4, #cc-settingsmodal h5, #cc-settingsmodal h6, #cc-settingsmodal p, #cc-settingsmodal pre, #cc-settingsmodal a, #cc-settingsmodal code, #cc-settingsmodal em, #cc-settingsmodal img, #cc-settingsmodal s, #cc-settingsmodal small, #cc-settingsmodal strong, #cc-settingsmodal b, #cc-settingsmodal u, #cc-settingsmodal i, #cc-settingsmodal dl, #cc-settingsmodal dt, #cc-settingsmodal dd, #cc-settingsmodal ol, #cc-settingsmodal ul, #cc-settingsmodal li, #cc-settingsmodal form, #cc-settingsmodal label, #cc-tag div, #cc-tag span, #cc-tag iframe, #cc-tag h1, #cc-tag h2, #cc-tag h3, #cc-tag h4, #cc-tag h5, #cc-tag h6, #cc-tag p, #cc-tag pre, #cc-tag a, #cc-tag code, #cc-tag em, #cc-tag img, #cc-tag s, #cc-tag small, #cc-tag strong, #cc-tag b, #cc-tag u, #cc-tag i, #cc-tag dl, #cc-tag dt, #cc-tag dd, #cc-tag ol, #cc-tag ul, #cc-tag li, #cc-tag form, #cc-tag label, #cc-notification div, #cc-notification span, #cc-notification iframe, #cc-notification h1, #cc-notification h2, #cc-notification h3, #cc-notification h4, #cc-notification h5, #cc-notification h6, #cc-notification p, #cc-notification pre, #cc-notification a, #cc-notification code, #cc-notification em, #cc-notification img, #cc-notification s, #cc-notification small, #cc-notification strong, #cc-notification b, #cc-notification u, #cc-notification i, #cc-notification dl, #cc-notification dt, #cc-notification dd, #cc-notification ol, #cc-notification ul, #cc-notification li, #cc-notification form, #cc-notification label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 10pt;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1em;
    text-align: left;
    vertical-align: baseline;
    text-shadow: none;
    background: 0;
}
#cc-modal a, #cc-tag a, #cc-settingsmodal a, #cc-notification a, #cc-modal a:hover, #cc-tag a:hover, #cc-settingsmodal a:hover, #cc-notification a:hover {
    background-color: transparent;
}
#cc-modal a#footerlogo span {
    background: url("https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/silktide-logo.png") no-repeat scroll 0 0 transparent!important;
    display: block;
    height: 31px!important;
    margin-top: 4px!important;
    text-indent: -5000px!important;
    width: 126px!important;
}
#cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo, #cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo:active, #cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo:visited {
    display: block;
    margin-top: 20px!important;
    color: #868686!important;
    text-decoration: none!important;
}
#cc-modal #cc-modal-wrapper .cc-getforsite {
    position: absolute;
    right: 16px;
    bottom: 16px;
}
#cc-modal.cc-mobile #cc-modal-wrapper .cc-getforsite {
    position: relative!important;
    margin-top: 30px!important;
    margin-left: 16px;
}
#cc-modal.cc-mobile, #cc-settingsmodal.cc-mobile {
    width: 100%!important;
    position: relative!important;
    top: 0!important;
    left: 0!important;
    height: auto!important;
    z-index: 999999999999!important;
}
#cc-modal.cc-mobile a.cc-logo, #cc-settingsmodal.cc-mobile a.cc-logo, #cc-notification.cc-mobile a.cc-logo {
    display: none!important;
}
#cc-notification .cc-logo, #cc-tag .cc-logo, #cc-modal .cc-logo, #cc-settingsmodal .cc-logo {
    width: 142px;
    height: 32px;
    position: absolute;
    right: 32px;
    bottom: 20px;
}
.cc-logo span {
    display: none;
}
#cc-notification.cc-light {
    background: #e2e2e2!important;
    background-color: rgba(226, 226, 226, 0.95)!important;
    color: #1d1d1d!important;
}
#cc-notification.cc-light #cc-notification-permissions li {
    color: #1d1d1d!important;
}
#cc-notification.cc-light #cc-notification-permissions li strong {
    color: #31a8f0!important;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive {
    color: #AAA!important;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive label {
    color: #AAA!important;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive strong {
    color: #88bfef!important;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
    color: #AAA!important;
}
#cc-notification.cc-light a, #cc-notification.cc-light a:visited {
    color: #31a8f0!important;
}
#cc-notification.cc-light a:hover {
    color: #257eb4!important;
}
#cc-notification.cc-light h2, #cc-notification.cc-light h3, #cc-notification.cc-light p {
    color: #1d1d1d!important;
}
#cc-notification.cc-light ul.cc-notification-buttons li a, #cc-notification.cc-light ul.cc-notification-buttons li a:visited {
    background-color: #f1d600!important;
    color: #111!important;
}
#cc-notification.cc-light ul.cc-notification-buttons li a:hover, #cc-notification.cc-light ul.cc-notification-buttons li a:active, #cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:hover, #cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:active {
    background-color: #f5f5f5!important;
}
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites {
    background-color: #31a8f0!important;
}
#cc-tag.cc-light a, #cc-tag.cc-light a:visited {
    background-color: #e2e2e2!important;
    color: #1d1d1d!important;
}
#cc-modal.cc-light #cc-modal-wrapper {
    background-color: #e2e2e2!important;
    color: #f5f5f5!important;
}
#cc-modal.cc-light #cc-modal-wrapper a, #cc-modal.cc-light #cc-modal-wrapper a:visited {
    color: #444!important;
}
#cc-modal.cc-light #cc-modal-wrapper a:hover {
    color: #31a8f0!important;
}
#cc-modal.cc-light #cc-modal-wrapper #cc-change-button-allsites {
    background-color: #666!important;
    color: #111!important;
}
#cc-modal.cc-light #cc-modal-wrapper select {
    color: #111!important;
}
#cc-modal.cc-light #cc-modal-wrapper a.cc-consentchange:hover {
    background-color: #31a8f0!important;
}
#cc-modal.cc-light #cc-modal-wrapper li strong {
    color: #31a8f0!important;
}
#cc-modal.cc-light #cc-modal-wrapper li span {
    color: #7a7a7a!important;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper {
    background-color: #e1e1e1!important;
    color: #f5f5f5!important;
}
#cc-modal.cc-light #cc-modal-wrapper p, #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p {
    color: #f5f5f5!important;
}
#cc-modal.cc-light #cc-modal-wrapper h2, #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 {
    color: #1d1d1d!important;
}
#cc-modal.cc-light #cc-modal-wrapper h2 span, #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
    color: #7a7a7a!important;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
    color: #71f031!important;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p.cc-subtitle, #cc-modal.cc-light #cc-modal-wrapper p.cc-subtitle {
    color: #7a7a7a!important;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a, #cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:visited {
    color: #444!important;
}
#cc-modal.cc-light #cc-modal-secondclosebutton a:hover, #cc-modal.cc-light #cc-modal-secondclosebutton a:active, #cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:hover, #cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:active, #cc-modal.cc-light #cc-modal-global a:hover, #cc-modal.cc-light #cc-modal-global a:active {
    color: #1d1d1d!important;
}
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a, #cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:visited {
    background-color: #f5f5f5!important;
    color: #111!important;
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    background-color: #f1d600!important;
}
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:hover, #cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:active {
    background-color: #0288ce!important;
    color: #fff!important;
    box-shadow: 1px 2px 10px #000;
    -moz-box-shadow: 1px 2px 10px #000;
    -webkit-box-shadow: 1px 2px 10px #000;
}
#cc-modal.cc-light #cc-modal-wrapper a.cc-learnmore-link, #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper a.cc-learnmore-link, #cc-notification.cc-light a.cc-learnmore-link {
    color: #444!important;
}
#cc-notification ul.cc-notification-buttons li a, #cc-notification ul.cc-notification-buttons li a:visited {
    float: right!important;
}
#cc-notification ul.cc-notification-buttons {
    position: absolute!important;
    right: 0!important;
    top: 5px!important;
    width: 360px!important;
}
#cc-notification.cc-mobile #cc-notification-wrapper {
    margin-right: 0!important;
}
#cc-notification.cc-mobile ul.cc-notification-buttons li a, #cc-notification.cc-mobile ul.cc-notification-buttons li a:visited {
    float: none!important;
}
#cc-notification.cc-mobile ul.cc-notification-buttons {
    padding-top: 1px!important;
    position: relative!important;
    right: 0!important;
    top: 0!important;
    width: auto!important;
    clear: both;
}
#cc-notification {
    background: #1d1d1d!important;
    background-color: rgba(29, 29, 29, 0.95)!important;
    color: #f5f5f5!important;
    border-bottom: 1px dotted #ccc!important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-size: 11pt!important;
}
#cc-notification #cc-notification-wrapper {
    padding: 10px 32px 0!important;
}
#cc-notification #cc-notification-permissions ul {
    margin: 0 0 26px!important;
    padding: 0!important;
    list-style: none!important;
    float: left!important;
}
#cc-notification.cc-mobile #cc-notification-permissions li {
    width: auto!important;
}
#cc-notification #cc-notification-permissions li {
    margin: 0 0 10px 30px!important;
    padding: 6px 0 0!important;
    list-style: none!important;
    width: 440px!important;
    color: #9a9a9a!important;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
#cc-notification #cc-notification-permissions li label {
    font-size: 12pt!important;
    line-height: 1.3em;
    color: #666!important;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
#cc-notification #cc-notification-permissions li input {
    float: left!important;
    margin-left: -30px!important;
    margin-top: 0!important;
}
#cc-notification #cc-notification-permissions li strong {
    color: #31a8f0!important;
    display: block!important;
    font-size: 14pt;
    letter-spacing: -0.05em;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive {
    color: #666!important;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive label {
    color: #666!important;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive strong {
    color: #1d658e!important;
}
#cc-notification #cc-notification-permissions li a.cc-learnmore-link {
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
    color: #666!important;
}
#cc-notification a, #cc-notification a:visited {
    text-decoration: none!important;
    color: #31a8f0!important;
    font-size: 11pt;
}
#cc-notification a:hover {
    text-decoration: underline!important;
    color: #b2f7ff!important;
}
#cc-notification h2, #cc-notification h3, #cc-notification p {
    color: #f5f5f5!important;
    margin: 0!important;
    text-align: left!important;
    font-size: 11pt;
}
#cc-notification h2 {
    margin-right: 320px!important;
}
#cc-notification.cc-mobile h2 {
    margin-right: 0!important;
}
#cc-notification h2 span, #cc-notification h2 {
    font-size: 14pt;
    letter-spacing: -0.05em;
    margin-bottom: 10px!important;
    font-weight: 400!important;
}
#cc-notification h2 a {
    letter-spacing: -0.05em;
    font-size: 14pt;
}
#cc-notification h3 {
    margin-top: 10px!important;
}
#cc-notification ul.cc-notification-buttons {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
#cc-notification.cc-notification-afterload ul.cc-notification-buttons {
    top: auto!important;
    bottom: 5px!important;
}
#cc-notification ul.cc-notification-buttons li {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
#cc-notification ul.cc-notification-buttons li a, #cc-notification ul.cc-notification-buttons li a:visited {
    display: block;
    padding: 6px 16px!important;
    background-color: #f1d600!important;
    color: #111!important;
    margin-right: 12px!important;
    text-decoration: none!important;
    font-size: 11pt!important;
    font-weight: 600;
    letter-spacing: -0.05em;
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    transition: background .2s ease-in-out 0s, color .2s ease-in-out 0s, box-shadow .2s ease-in-out 0s;
    -moz-transition: background .2s ease-in-out 0s, color .2s ease-in-out 0s, -moz-box-shadow .2s ease-in-out 0s;
    -webkit-transition: background .2s ease-in-out 0s, color .2s ease-in-out 0s, -webkit-box-shadow .2s ease-in-out 0s;
}
#cc-notification ul.cc-notification-buttons li a:hover, #cc-notification ul.cc-notification-buttons li a:active, #cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:hover, #cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:active {
    text-decoration: none!important;
    background-color: #f5f5f5!important;
    box-shadow: 1px 2px 10px #000;
    -moz-box-shadow: 1px 2px 10px #000;
    -webkit-box-shadow: 1px 2px 10px #000;
}
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites {
    background-color: #31a8f0!important;
}
#cc-tag a, #cc-tag a:visited {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-size: 10pt!important;
    background-color: #ebebeb!important;
    background-repeat: no-repeat;
    background-position: 6px 7px;
    color: #444!important;
    padding: 6px 10px 6px 10px!important;
    text-decoration: none!important;
    display: block;
    border-top: 2px solid #666!important;
    border-right: 2px solid #666!important;
    border-left: 2px solid #666!important;
    border-radius: 3px 3px 0 0!important;
    -moz-border-radius: 3px 3px 0 0!important;
    -webkit-border-radius: 3px 3px 0 0!important;
    box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #66;
    -webkit-box-shadow: 1px 1px 2px #666;
    transition: color .2s ease-in-out 0s, box-shadow .2s ease-in-out 0s;
    -moz-transition: color .2s ease-in-out 0s, -moz-box-shadow .2s ease-in-out 0s;
    -webkit-transition: color .2s ease-in-out 0s, -webkit-box-shadow .2s ease-in-out 0s;
}
#cc-tag.cc-tag-horizontal-right a, #cc-tag.cc-tag-horizontal-right a:visited {
    -webkit-transform: rotate(-90deg)!important;
    -moz-transform: rotate(-90deg)!important;
    -o-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    margin-right: -82px!important;
    padding: 8px 12px 60px 12px!important;
}
#cc-tag.cc-tag-horizontal-left a, #cc-tag.cc-tag-horizontal-left a:visited {
    -webkit-transform: rotate(90deg)!important;
    -moz-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    margin-left: -82px!important;
    padding: 8px 12px 60px 12px!important;
}
#cc-tag.cc-tag-vertical-right a, #cc-tag.cc-tag-vertical-right a:visited {
    -webkit-transform: rotate(-90deg)!important;
    -moz-transform: rotate(-90deg)!important;
    -o-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    margin-right: -82px!important;
    padding: 8px 12px 60px 12px!important;
}
#cc-tag.cc-tag-vertical-left a, #cc-tag.cc-tag-vertical-left a:visited {
    -webkit-transform: rotate(90deg)!important;
    -moz-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    margin-left: -82px!important;
    padding: 8px 12px 60px 12px!important;
}
#cc-tag a:hover, #cc-tag a:active {
    border-top: 3px solid #f1d600!important;
    border-right: 3px solid #f1d600!important;
    border-left: 3px solid #f1d600!important;
    box-shadow: 2px 2px 7px #000;
    -moz-box-shadow: 2px 2px 7px #000;
    -webkit-box-shadow: 2px 2px 7px #000;
}
#cc-tag a span {
    font-size: 10pt!important;
}
#cc-modal {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-size: 11pt!important;
}
#cc-modal #cc-modal-wrapper {
    width: 686px!important;
    margin: 40px auto!important;
    background-color: #1d1d1d!important;
    color: #f5f5f5!important;
    padding: 25px 15px 5px!important;
    text-align: left!important;
    position: relative!important;
    max-height: 8%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 560px;
    box-shadow: 0 0 30px #000;
    -moz-box-shadow: 0 0 30px #000;
    -webkit-box-shadow: 0 0 30px #000;
}
#cc-modal #cc-modal-wrapper a, #cc-modal #cc-modal-wrapper a:visited {
    color: #f5f500!important;
    text-decoration: none!important;
}
#cc-modal #cc-modal-wrapper a:hover {
    color: #31a8f0!important;
    text-decoration: underline!important;
}
#cc-modal #cc-modal-wrapper #cc-change-button-allsites {
    margin-top: 16px!important;
    margin-bottom: 6px!important;
    display: block!important;
    padding: 6px 12px!important;
    background-color: #f5f500!important;
    color: #111!important;
    float: left!important;
    clear: both!important;
    margin-right: 8px!important;
    text-decoration: none!important;
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
}
#cc-modal #cc-modal-wrapper #cc-change-button-allsites:hover, #cc-modal #cc-modal-wrapper #cc-change-button-allsites:active {
    background-color: #31a8f0!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper select, #cc-modal #cc-modal-wrapper select {
    color: #111!important;
    margin-right: 8px!important;
    text-decoration: none!important;
    position: absolute!important;
    top: 48px!important;
    right: 8px!important;
    float: right!important;
    font-size: 10pt!important;
    width: 150px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper select, #cc-modal.cc-mobile #cc-modal-wrapper select {
    float: none!important;
    margin-top: 10px!important;
    position: static!important;
}
#cc-modal #cc-modal-wrapper a.cc-consentchange:hover {
    background-color: #31a8f0!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper ul li label, #cc-modal #cc-modal-wrapper ul li label {
    float: left;
}
#cc-settingsmodal #cc-settingsmodal-wrapper ul, #cc-modal #cc-modal-wrapper ul {
    margin: 0!important;
    padding: 0 100px!important;
    list-style: none!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper ul, #cc-modal.cc-mobile #cc-modal-wrapper ul {
    padding: 0!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper li, #cc-modal #cc-modal-wrapper li {
    clear: both!important;
    margin: 0!important;
    padding: 50px 0 0!important;
    list-style: none!important;
    position: relative;
}
#cc-settingsmodal #cc-settingsmodal-wrapper li strong, #cc-modal #cc-modal-wrapper li strong {
    width: 480px!important;
    float: left!important;
    display: block!important;
    color: #31a8f0!important;
    font-size: 16pt;
    font-weight: 400!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li strong #cc-modal.cc-mobile #cc-modal-wrapper li strong {
    float: none!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper li span, #cc-modal #cc-modal-wrapper li span {
    width: 470px!important;
    float: left!important;
    clear: left!important;
    display: block!important;
    color: #7a7a7a!important;
    line-height: 1.2em;
    font-size: 12pt!important;
    margin-top: 8px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span, #cc-modal.cc-mobile #cc-modal-wrapper li span {
    float: none!important;
}
#cc-settingsmodal {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-size: 11pt!important;
}
#cc-settingsmodal.cc-mobile {
    height: auto;
}
#cc-settingsmodal #cc-settingsmodal-wrapper {
    width: 716px!important;
    height: 8%!important;
    margin: 40px auto!important;
    background-color: #1d1d1d!important;
    padding-top: 24px!important;
    color: #f5f5f5!important;
    text-align: left!important;
    position: relative!important;
    overflow-x: hidden;
    max-height: 560px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/globe.png);
    background-position: -20px 20px;
    background-repeat: no-repeat;
    box-shadow: 0 0 30px #000;
    -moz-box-shadow: 0 0 30px #000;
    -webkit-box-shadow: 0 0 30px #000;
}
#cc-settingsmodal #cc-settingsmodal-wrapper .cc-content {
    overflow-y: auto!important;
    overflow-x: hidden!important;
    height: 400px;
    margin-top: 20px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
    max-height: none!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper .cc-content {
    height: 540px!important;
    max-height: none!important;
}
#cc-modal #cc-modal-wrapper p {
    line-height: 1em;
    margin-top: 12px;
    color: #f5f5f5!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper p {
    margin-top: 32px;
}
#cc-modal #cc-modal-wrapper .cc-content {
    padding-top: 8px;
    clear: both;
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cc-modal.cc-mobile #cc-modal-wrapper .cc-content {
    height: auto!important;
    overflow: hidden!important;
}
#cc-modal #cc-modal-wrapper h2, #cc-settingsmodal #cc-settingsmodal-wrapper h2 {
    margin: 0 57px!important;
    font-size: 24pt!important;
    width: 712px!important;
    color: #FFF!important;
    font-weight: 400;
}
#cc-settingsmodal #cc-settingsmodal-wrapper h2 {
    margin: 0 72px!important;
}
#cc-modal #cc-modal-wrapper h2 span, #cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
    font-size: 14pt!important;
    color: #7a7a7a!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
    color: #71f031!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle, #cc-modal #cc-modal-wrapper p.cc-subtitle {
    color: #7a7a7a!important;
    margin: 16px 0 0 57px!important;
    font-size: 12pt!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle {
    margin: 16px 0 0 73px!important;
}
#cc-modal.cc-mobile #cc-modal-wrapper p.cc-subtitle {
    margin-left: 0!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper p.cc-subtitle {
    margin-left: 10px!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper iframe {
    width: 714px!important;
    border: 0!important;
    min-height: 390px!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper iframe {
    width: 100%!important;
    height: 500px;
    z-index: 9999999999999!important;
    margin-top: 0;
}
#cc-modal #cc-modal-closebutton a, #cc-settingsmodal #cc-settingsmodal-closebutton a {
    background-image: url("https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/modal-close.png")!important;
    display: block!important;
    height: 24px!important;
    position: absolute!important;
    right: 10px!important;
    top: 10px!important;
    width: 24px!important;
    background-position: 0 0;
}
#cc-modal #cc-modal-closebutton a:hover, #cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
    background-position: 0 -24px;
}
#cc-modal #cc-modal-global {
    padding-top: 5px!important;
}
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a, #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited {
    color: #71f031!important;
    text-decoration: none!important;
}
#cc-modal #cc-modal-secondclosebutton a span, #cc-modal #cc-modal-secondclosebutton a:visited span, #cc-settingsmodal #cc-settingsmodal-secondclosebutton a span, #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited span, #cc-modal #cc-modal-global a span, #cc-modal #cc-modal-global a:visited span {
    font-size: 12pt!important;
    font-weight: 600!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton {
    padding-left: 10px;
    padding-top: 0;
}
#cc-modal.cc-mobile #cc-modal-secondclosebutton a, #cc-modal.cc-mobile #cc-modal-secondclosebutton a:visited, #cc-modal.cc-mobile #cc-modal-global a, #cc-modal.cc-mobile #cc-modal-global a:visited {
    float: none!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a, #cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a:visited {
    display: none!important;
}
#cc-modal #cc-modal-secondclosebutton a:hover, #cc-modal #cc-modal-secondclosebutton a:active, #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:hover, #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:active, #cc-modal #cc-modal-global a:hover, #cc-modal #cc-modal-global a:active {
    text-decoration: none!important;
    color: #fff!important;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons {
    margin-left: 57px!important;
    margin-top: 25px!important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper #cc-settingsmodal-footer-buttons {
    margin-left: 72px!important;
}
#cc-modal.cc-mobile #cc-modal-wrapper #cc-modal-footer-buttons {
    position: relative;
    width: auto;
    padding-top: 10px!important;
    margin-left: 0!important;
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage {
    margin-top: 20px!important;
    clear: both!important;
    padding: 10px!important;
    text-align: left!important;
    background-color: #444!important;
    border: 1px dotted #666!important;
    line-height: 2em!important;
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a, #cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:visited {
    line-height: 1.2em;
    margin-top: 0!important;
    margin-bottom: 0!important;
    display: block;
    padding: 5px 10px!important;
    background-color: #f5f5f5!important;
    color: #111!important;
    margin-right: 8px!important;
    text-decoration: none!important;
    font-size: 10pt;
    float: right;
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    transition: background .2s ease-in-out 0s, color .2s ease-in-out 0s, box-shadow .2s ease-in-out 0s;
    -moz-transition: background .2s ease-in-out 0s, color .2s ease-in-out 0s, -moz-box-shadow .2s ease-in-out 0s;
    -webkit-transition: background .2s ease-in-out 0s, color .2s ease-in-out 0s, -webkit-box-shadow .2s ease-in-out 0s;
    background-color: #f1d600!important;
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:hover, #cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:active {
    text-decoration: none!important;
    background-color: #0288ce!important;
    color: #fff!important;
    box-shadow: 1px 2px 10px #000;
    -moz-box-shadow: 1px 2px 10px #000;
    -webkit-box-shadow: 1px 2px 10px #000;
}
#cc-modal #cc-modal-wrapper a.cc-learnmore-link, #cc-settingsmodal #cc-settingsmodal-wrapper a.cc-learnmore-link, #cc-notification a.cc-learnmore-link {
    color: #FFF!important;
}
#cc-modal.cc-mobile #cc-modal-wrapper {
    height: auto!important;
    max-height: none!important;
    min-height: inherit!important;
}
#cc-modal.cc-mobile #cc-modal-wrapper, #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
    margin-top: 0!important;
    width: auto!important;
}
#cc-modal.cc-mobile #cc-modal-wrapper h2 {
    width: auto!important;
    margin-left: 0!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 span, #cc-modal.cc-mobile #cc-modal-wrapper h2 span {
    display: block;
    margin-top: 8px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 {
    margin-left: 10px!important;
    width: auto!important;
}
#cc-modal.cc-mobile #cc-modal-wrapper, #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
    border: 0!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none!important;
    max-height: none!important;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span, #cc-modal.cc-mobile #cc-modal-wrapper li span {
    width: auto!important;
    float: none!important;
}
#cc-modal.cc-mobile #cc-modal-wrapper a.cc-consentchange {
    margin-top: 10px!important;
    float: none!important;
}
#cc-modal #cc-modal-wrapper li strong {
    width: auto!important;
}
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}
#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}
#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"]
{
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_stripe_payments {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}
ul#payment_form_stripe_payments li {
    display: block;
}
ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa { background: url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/img/visa.png) no-repeat; }
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex { background: url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/img/amex.png) no-repeat; }
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard { background: url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/img/mastercard.png) no-repeat; }
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover { background: url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/img/discover.png) no-repeat; }
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners { background: url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/img/diners.png) no-repeat; }
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb { background: url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/img/jcb.png) no-repeat; }

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}
#stripe-apple-pay-result {
    margin-bottom: 20px;
}
#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#stripe-apple-pay-result > div,
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}
#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#stripe-payments-card-number {
    width: 225px;
    display: inline-block;
}
.stripe-payments-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#stripe-payments-card-expiry {
    width: 93px;
    display: inline-block;
}
#stripe-payments-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}
ul.ach-bank-account-details label {
    min-width: 140px;
}
ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}
ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}
#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}
#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}
#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}
#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://www.toner123.hr/skin/frontend/base/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

/**
 * MageWorx
 * Multi Fees Extension
 *
 * @category   MageWorx
 * @package    MageWorx_MultiFees
 * @copyright  Copyright (c) 2015 MageWorx (http://www.mageworx.com/)
 */

.head-multifees  {
    background-image: url("https://www.toner123.hr/skin/frontend/toner/default/images/mageworx/multifees/icon.gif") !important;
    background-repeat: no-repeat;
}
 
.multifees-payment-fee {
    padding-left: 20px;
}
  
.multifees-validation-failed {
    border: 1px dashed #EB340A !important;
}

.multifees-option-file {
    margin-top: 4px;
}

.multifees-option-container {
    padding-left:10px;
}

.fee-items {
    padding-top: 3px;
    height: auto;
}

.fee-items .note {
	margin-bottom: 0 !important;
}

.multifees-cart-fee .clear {
    clear: both;
}
.multifees-cart-fee .required, .multifees-payment-fee .required, .multifees-shipping-fee .required {
    color: #EB340A;
    font-size: 11px;
}
.fee-items .options {
    margin-left: 10px;
    margin-bottom: 5px;
}
.fee-items .options td {
    vertical-align: middle !important;
    padding: 2px !important;
}
.multifees-cart-fee .fee-title {
    color: #666666;
    font-weight: bold;
    padding-top: 3px;
}

.multifees-massage label {
    font-weight: normal;
}
.multifees-massage textarea{
    height: 65px;
    width: 257px;
    border: 1px solid #B6B6B6;
    font-size: 12px;
    padding: 2px;
}

.multifees-date, .multifees-massage {
    margin-bottom: 5px;
}

.multifees-details {
    font-size: 0.92em;
    color: #5F5F5F;
}

.multifees-date label {
    font-weight: normal;
}
.multifees-date input {
    width: 60px;
}
