/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1a5c95;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1260px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 32px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 18px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #bcbcbc;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bcbcbc;
  border-color: transparent;
}
.btn-default .badge {
  color: #bcbcbc;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #22366e;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #18274f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #22366e;
  border-color: transparent;
}
.btn-primary .badge {
  color: #22366e;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1a5c95;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 18px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 18px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 18px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1a5c95;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 18px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .2em 0em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #428bca;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
/**
*
* Base
*
*/
/**
*
* AJAX
*
*/
/**
*
* Rewrite the bootstrap variables
*
*/
/**
*
* Page
*
*/
/**
*
* Common
*
*/
/**
*
* Sidebar Blocks
*
*/
/**
*
* Header
*
*/
/*Desktop*/
/*---------- Header Pills -------- */
/*Custom pill*/
/**
*
* Header widgets
*
*/
/**
*
* Mobile Menu
*
*/
/*Switcher*/
/**
*
* Mega Menu
*
*/
/**
*
* Mega Menu Children Styles
*
*/
/**
*
* Category Page
*
*/
/*
*
* Page Content
*
*/
/*
*
* Breadcrumb
*
*/
/**
*
* Blocks
*
*/
/**
*
* Buttons
*
*/
/**
*
* Forms
*
*/
/* Footer */
/* Footer Callout Block */
/* Footer Main Block */
/* Footer Bottom Block */
/* ----------------- Footer2 ----------------------- */
/* Footer2 Main Block */
/*
@footer2_main_block_bkgcolor: #ffffff;
@footer2_main_block_border_color: #eeeeee;
@footer2_main_block_section_title_color: #333333;
@footer2_main_block_links_color: #333333;
@footer2_main_block_links_hover_color: #000000;
*/
/* Footer2 Bottom Block */
/*
@footer2_bottom_block_bkgcolor: #ffffff;
@footer2_bottom_block_text_color: #333333;
*/
/* ----------------------- Footer3 ---------------------- */
/* Footer3 Callout Block */
/*
@footer3_callout_block_bkgcolor: #ffffff;
@footer3_callout_block_border_color: #dedede;
@footer3_callout_block_section_title_color: #666666;
@footer3_callout_block_icons_bkgcolor: #f0f0f0;
@footer3_callout_block_icons_hover_bkgcolor: #f0f0f0;
@footer3_callout_block_links_color: #999999;
@footer3_callout_block_border_divider_color: #999999;
@footer3_callout_block_social_links_color: #666666;
@footer3_callout_block_social_links_hover_color: #f0f0f0;
@footer3_callout_block_social_links_bkgcolor: #f0f0f0;
@footer3_callout_block_social_links_hover_bkgcolor: #999999;
@footer3_callout_block_divider_color: #f00000;
@footer3_callout_block_ribbon_bkgcolor: #f00000;
@footer3_callout_block_ribbon_text_color: #ffffff;
*/
/* Footer3 Main Block */
/*
@footer3_main_block_bkgcolor: #ffffff;
@footer3_main_block_section_title_color: #999999;
@footer3_main_block_links_color: #666666;
@footer3_main_block_links_hover_color: #999999;
*/
/* Footer3 Bottom Block */
/*
@footer3_bottom_block_bkgcolor: #eeeeee;
@footer3_bottom_block_text_color: #666666;
*/
/* --------------- Footer4 --------------- */
/*
@footer4_background_color: #000000;
@footer4_top_border_color: #cd0000;
@footer4_section_border_color: #1d1d1d;
*/
/* Footer4 Callout Block */
/*
@footer4_callout_block_links_color: #ffffff;
@footer4_callout_block_border_divider_color: #999999;
@footer4_callout_block_subscribe_title_color: #ffffff;
*/
/* Footer4 Main Block */
/*
@footer4_main_block_section_title_color: #ffffff;
@footer4_main_block_links_color: #ffffff;
@footer4_main_block_links_hover_color: #f0f0f0;
@footer4_main_block_ribbon_bkgcolor: #ff0000;
@footer4_main_block_ribbon_text_color: #ffffff;
*/
/* Footer4 Bottom Block */
/*
@footer4_bottom_block_background_color: #000000;
@footer4_bottom_block_text_color: #888888;
@footer4_bottom_block_social_links_color: #ffffff;
@footer4_bottom_block_social_links_hover_color: #f0f0f0;
*/
/* --------------- Footer5 --------------- */
/*
@footer5_background_color: #ffffff;
@footer5_links_color: #000000;
@footer5_links_hover_color: #999999;
@footer5_social_links_color: #333333;
@footer5_social_links_hover_color: #999999;
*/
/* ---------- Product Page ---------- */
/*Gallery*/
/*Price Box*/
/*Product Description*/
/*Right Side*/
/*Reviews*/
/*Labels*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 30, 2015, 3:38:39 PM
    Author     : Georgi
*/
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
html {
  background-color: #111;
}
/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}
.modal-dialog {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 22%;
  }
}
/**
 * Responsive Alignment for Bootstrap 3
 */
/* Extra small devices (phones, less than 768px) */
.text-left-xs {
  text-align: left;
}
.text-center-xs {
  text-align: center;
}
.text-right-xs {
  text-align: right;
}
.pull-left-xs {
  float: left !important;
}
.pull-right-xs {
  float: right !important;
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  [class*='pull-left-'],
  [class*='pull-right-'] {
    float: none !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  [class*='text-left-'],
  [class*='text-center-'],
  [class*='text-right-'] {
    text-align: none;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 1024px) {
  [class*='pull-left-'],
  [class*='pull-right-'] {
    float: none !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  [class*='text-left-'],
  [class*='text-center-'],
  [class*='text-right-'] {
    text-align: none;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1260px) {
  [class*='pull-left-'],
  [class*='pull-right-'] {
    float: none !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  [class*='text-left-'],
  [class*='text-center-'],
  [class*='text-right-'] {
    text-align: none;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.col-xs-s5,
.col-sm-s5,
.col-md-s5,
.col-lg-s5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-s5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-s5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-s5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-s5 {
    width: 20%;
    float: left;
  }
}
.col-xs-s8,
.col-sm-s8,
.col-md-s8,
.col-lg-s8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-s8 {
  width: 12.5%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-s8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-s8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-s8 {
    width: 12.5%;
    float: left;
  }
}
/*Offset right*/
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.center-fill {
  overflow-x: hidden;
}
.btn-clear {
  background: none;
  border: none;
  font-size: 1.2em;
  border-radius: 0;
}
.btn-clear:active,
.btn-clear.active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow {
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  /*-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);*/
  /*box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);*/
}
.css3-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  /*    box-shadow: 0 0 40px rgba(0,0,0,0.4);*/
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  bottom: 0px;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 70px;
  border-radius: 100%;
}
.sharkskin-no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.initial-pos {
  position: initial;
}
.collapse-button.active i.fa:before {
  content: "\f068";
}
.zoomContainer {
  display: none;
  z-index: 10;
}
.fancybox-skin .zoomContainer {
  z-index: 8010;
}
.zoomContainer .zoomWindow {
  background-color: white;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 30px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  right: 20px;
  top: -55px;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 5px;
  top: -55px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 9, 2015, 4:31:07 PM
    Author     : Georgi
*/
body {
  font-family: ;
  font-weight: ;
  font-size: ;
  font-style: ;
  text-transform: ;
  letter-spacing: ;
  color: ;
  background-color: #ffffff;
}
label {
  font-weight: initial;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
.customer-account-login .page-title {
  padding: 20px 0 9px;
  background: none;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 0 0 25px;
}
.customer-account-login .page-title h1,
.page-title h2 {
  font-size: 26px;
  font-family: latosemibold;
  background: #fff;
  width: 100%;
  margin-left: 16px;
  text-align: center;
  color: #1A1617;
}
.black-button {
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  border-radius: 20px;
  margin: 20px auto;
  display: inline-block;
  width: auto;
  min-width: 50%;
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  outline: none;
}
.black-button:hover {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #232323 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #232323 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff232323', GradientType=0);
}
.forgot-button,
.forgot-button:hover {
  color: #000000;
  margin: 40px auto 10px auto;
}
ul.form-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
	label {

		&.required:after {
			content: " *";
			color: @brand-danger;
		}
	}
*/
.validation-failed {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-failed:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* Buttons */
.btn.add-to-cart {
  background-color: #ed4e24;
}
.btn.add-to-cart:hover,
.btn.add-to-cart:focus {
  background-color: #e53f13;
}
.btn.ajax-loading {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ajax-loading-stripes {
  position: relative;
}
.ajax-loading-stripes.ajax-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.btn.ajax-success {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* Toolbar */
.toolbar {
  font-size: 12px;
  /*
    .category-sorter,
    .page-pager {
        margin-bottom: 5px;
    }
    */
}
.toolbar label {
  font-weight: normal;
  margin-bottom: 0;
}
.toolbar .category-sort-by,
.toolbar .sort,
.toolbar .category-view-mode,
.toolbar .limiter,
.toolbar .amount,
.toolbar .pages {
  margin-bottom: 5px;
}
.toolbar .category-sort-by select {
  -webkit-appearance: button;
  -webkit-user-select: none;
  background-image: url(https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/angle-arrow-down.png);
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  color: #428bca;
  border: 0px;
  background-color: #ffffff;
  outline: 0px;
  width: auto;
  float: right;
  padding: 0 20px 0 10px;
}
.toolbar .category-sort-by select:focus,
.toolbar .category-sort-by select:hover {
  border: 0px;
  outline: 0px;
}
.toolbar .category-sort-by select option {
  outline: 0px;
  border: 0px;
}
.toolbar .sort {
  display: inline-block;
}
.toolbar .sort i {
  display: inline-block;
  border: 1px solid #e1e1e1;
  color: #999999;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.toolbar .category-view-mode {
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
}
.toolbar .category-view-mode ul {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
  list-style: none;
}
.toolbar .category-view-mode ul li {
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  color: #999999;
  border-right: 0;
  margin: 0;
  padding: 0;
  float: left;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.toolbar .category-view-mode ul li i {
  line-height: 28px;
}
.toolbar .category-view-mode ul li a {
  display: block;
}
.toolbar .category-view-mode ul li.first {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0 10px;
}
.toolbar .category-view-mode ul li.last {
  border-right: 1px solid #e1e1e1;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.toolbar .category-view-mode ul li.active {
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
}
.toolbar .category-view-mode ul li label {
  padding: 0;
}
.toolbar .category-view-mode i {
  font-size: 14px;
}
.toolbar .category-view-mode label {
  padding-right: 5px;
}
/* Pager */
.page-pager {
  margin-left: 10px;
  color: #999999;
}
.page-pager .pages {
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.page-pager .pages ol li {
  margin: 0 5px;
}
.page-pager .pages ol li a.previous,
.page-pager .pages ol li a.next {
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
}
.page-pager .pages ol li a.previous i,
.page-pager .pages ol li a.next i {
  color: #999999;
  font-size: 17px;
  line-height: 28px;
}
.page-pager .amount {
  display: none;
  margin-right: 20px;
}
/* Select */
.dropdown {
  display: inline-block;
  border: 1px solid #e1e1e1;
  height: 30px;
  line-height: 28px;
  padding: 0 0 0 10px;
  color: #444444;
  background-color: #ffffff;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.dropdown label {
  color: #999999;
  cursor: pointer;
}
.dropdown i {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #e1e1e1;
  color: #999999;
  font-size: 17px;
  line-height: 18px;
  vertical-align: middle;
}
.dropdown span.selected-option {
  display: inline-block;
}
.dropdown select {
  -webkit-appearance: button;
  -webkit-user-select: none;
  background-image: url(https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/angle-arrow-down.png);
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  color: #428bca;
  border: 0px;
  background-color: #ffffff;
  outline: 0px;
  width: auto;
  float: right;
  padding: 0 20px 0 10px;
}
.dropdown select:focus,
.dropdown select:hover {
  border: 0px;
  outline: 0px;
}
.dropdown select option {
  outline: 0px;
  border: 0px;
}
.dropdown ul {
  position: absolute;
  display: none;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: -3px -1px 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1001;
  border: 1px solid #e1e1e1;
  border-top: none;
  color: #999999;
  background-color: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.dropdown ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown ul li a {
  display: block;
}
.dropdown ul li.selected {
  display: none;
}
.dropdown ul li:hover {
  background-color: #f5f5f5;
}
.dropdown.open ul {
  display: block;
}
.toolbar-bottom {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.toolbar-bottom .category-sorter {
  display: none;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
/**
 * Common Page Elements
 */
.sharkskin-content {
  padding: 15px 0 15px;
}
.sharkskin-content .container {
  background-color: #ffffff;
}
.page-title h1 {
  margin: 0 0 25px;
}
.page-pager ol {
  display: inline;
  list-style: none;
  padding: 0;
}
.page-pager ol li {
  display: inline;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
.sharkskin-content #myTab {
  border-bottom: 1px solid #ddd;
}
.sharkskin-content #myTab .nav-tabs {
  border-bottom: none;
}
.sharkskin-content #myTabContent {
  margin-top: 45px;
}
.nav-container {
  height: 20px;
  background-color: pink;
  overflow: hidden;
}
.nav-container:hover {
  height: auto;
}
#sliderSubcategories {
  height: 120px;
  background: #eeeeee;
  -webkit-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  /*Slider*/
}
#sliderSubcategories .mixin-inner-shadow {
  -webkit-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
}
#sliderSubcategories .title-box {
  width: 160px;
  height: 120px;
  background: #e7e7e7;
  background-image: -webkit-linear-gradient(left, color-stop(#eeeeee 0%), color-stop(#e7e7e7 100%));
  background-image: linear-gradient(to right, #eeeeee 0%, #e7e7e7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe7e7e7', GradientType=1);
  float: left;
  position: relative;
  -webkit-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
}
#sliderSubcategories .title-box:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 101%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 20px;
  border-color: transparent transparent transparent #f7f7f7;
}
#sliderSubcategories .title-box:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 20px;
  border-color: transparent transparent transparent #e7e7e7;
}
#sliderSubcategories .title-box .title {
  font-size: 15px;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 160px;
  height: 120px;
  color: #000000;
}
#sliderSubcategories .subcategory-slider {
  padding-left: 230px;
  padding-right: 50px;
  padding-top: 10px;
  /*End Slider*/
}
#sliderSubcategories .subcategory-slider .subcategories-box {
  min-height: 100px;
  border-right: 1px solid #ffffff;
  text-align: center;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list {
  min-height: 100px;
  border-right: 1px solid #e6e6e6;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a {
  text-decoration: none;
  color: #000000;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a:hover {
  color: #0083c1;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a .image {
  padding-top: 0;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a .title {
  padding: 5px 5px 0 5px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
#sliderSubcategories .subcategory-slider .owl-buttons div {
  background: transparent !important;
  width: 14px;
  height: 37px;
}
#sliderSubcategories .subcategory-slider .owl-buttons div.owl-prev {
  left: -35px;
  top: 32px;
  display: none;
}
#sliderSubcategories .subcategory-slider .owl-buttons div.owl-next {
  right: -45px;
  top: 32px;
}
#sliderSubcategories .owl-wrapper-outer {
  width: 99%;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls {
  margin: 0;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute !important;
  color: #0291d6 !important;
  background: rgba(255, 255, 255, 0) !important;
  font-size: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.9 !important;
  border-radius: 0 !important;
  text-align: center;
  width: 15px;
  height: 50px;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  top: 30%;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: -20px;
  top: 30%;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div i {
  color: #666;
  margin-top: 15px;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
ul.messages {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.messages > li {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
ul.messages > li.error-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
ul.messages > li.error-msg hr {
  border-top-color: #e4b9c0;
}
ul.messages > li.error-msg .alert-link {
  color: #843534;
}
ul.messages > li.warning-msg {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
ul.messages > li.warning-msg hr {
  border-top-color: #f7e1b5;
}
ul.messages > li.warning-msg .alert-link {
  color: #66512c;
}
ul.messages > li.notice-msg {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
ul.messages > li.notice-msg hr {
  border-top-color: #a6e1ec;
}
ul.messages > li.notice-msg .alert-link {
  color: #245269;
}
ul.messages > li.success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
ul.messages > li.success-msg hr {
  border-top-color: #c9e2b3;
}
ul.messages > li.success-msg .alert-link {
  color: #2b542c;
}
ul.messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
.modal-body {
  overflow-y: auto;
}
.modal-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
}
.ajax-cart-modal .overlay {
  display: block;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ajax-cart-modal .block {
  position: fixed;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -100px;
  z-index: 1001;
}
.ajax-cart-loading-mask .overlay {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}
.ajax-cart-loading-mask .loader {
  position: fixed;
  width: 70px;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  background: url('https://www.e-expert.gr/media/wysiwyg/ajax-loader.gif');
  z-index: 99999;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.fancybox-overlay .fancybox-opened .fancybox-skin {
  border-radius: 0 !important;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner {
  width: auto !important;
  height: auto !important;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner .fancybox_message {
  width: 320px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_title {
  /*border-bottom: 1px solid #eee;*/
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 25px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 5%;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_title .iconsuccess {
  text-align: center;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_title .iconsuccess .succ-icon {
  width: 30px;
  margin-right: 2%;
  margin-bottom: 1%;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content {
  padding-top: 10px;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content .row {
  margin: 0;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content .fancybox_message_content_body .add-to-cart-plus {
  font-size: 40px;
  color: #f66800;
  margin-left: 20%;
  width: 10%;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content .fancybox_message_content_body img {
  width: 35%;
  margin-left: 10%;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content .fancybox_message_content_body .add-to-cart-bottom {
  margin-top: 5%;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content .fancybox_message_content_body .add-to-cart-bottom .add-to-cart-success-price {
  display: block;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin-left: 20%;
  width: 55%;
  color: #000000;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content .fancybox_message_content_body .add-to-cart-bottom .add-to-cart-success-name {
  margin-top: 5%;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin-left: 20%;
  width: 55%;
  color: #000000;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content_panel {
  clear: both;
  text-align: right;
  padding-top: 15px;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok {
  display: block;
  width: 60%;
  margin-left: 20%;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3%;
  background: #22366e;
  color: #ffffff;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content_panel .btn {
  display: block;
  width: 60%;
  margin-left: 20%;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3%;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content_panel .class1 {
  background: #f66800;
}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox_message_content_panel .class2 {
  background: #000000;
}
.fancybox-close-default {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  z-index: 8040;
  color: #ffffff;
  font-size: 15px;
  background: #f66800;
}
.fancybox-close-default:hover {
  color: #ffffff;
  text-decoration: none;
}
.fancybox-tmp {
  left: 40% !important;
  top: 10% !important;
  width: auto !important;
  visibility: visible !important;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/*
    Created on : Mar 10, 2015, 3:31:21 PM
    Author     : Georgi
*/
#sharkskin-global-notices {
  background-color: #fcf8f3;
  color: #333333;
}
#sharkskin-global-notices,
#sharkskin-global-notices * {
  min-height: 0;
}
#sharkskin-global-notices p {
  margin: 0;
}
#sharkskin-global-notices .global-site-notice {
  padding: 4px 0;
}
#notice-cookie-block {
  position: fixed;
  padding: 12px 12px!important;
  z-index: 100;
  width: 316px;
  left: 5%;
  bottom: 15px;
  border: 2px solid #22366e;
  background-color: #efefef;
}
#notice-cookie-block .container.notice-inner {
  width: 100%;
  padding: 0;
}
#notice-cookie-block #allow-cookie {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 30%;
  left: 35%;
}
#notice-cookie-block p {
  float: left;
  padding-bottom: 40px;
}
#notice-cookie-block:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 15px 15px 0px 15px;
  border-color: #22366e transparent transparent transparent;
  bottom: -15px;
  right: 140px;
  width: 15px;
  position: absolute;
}
@media (max-width: 767px) {
  #sharkskin-global-notices {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
  #sharkskin-global-notices .global-site-notice {
    padding: 20px 0;
  }
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Apr 1, 2015, 6:57:54 PM
    Author     : Georgi
*/
.container.breads {
  width: 100%;
  background: #23366e;
}
.sharkskin-breadcrumb {
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
  max-width: 1260px;
  margin: 0 auto;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  padding-top: 8px;
  min-height: 40px;
}
.sharkskin-breadcrumb > li {
  display: inline-block;
}
.sharkskin-breadcrumb > li a {
  color: #ffffff;
}
.sharkskin-breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 4px;
  /*color: @breadcrumb-active-color;*/
}
.sharkskin-breadcrumb > .active {
  /*color: @breadcrumb-active-color;*/
  font-weight: 600;
}
.sharkskin-breadcrumb .breadcrumbs-home-icon {
  width: 30px;
  margin-left: 10px;
  margin-top: -4px;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Mar 19, 2015, 4:03:48 PM
    Author     : Georgi
*/
.price-box .label {
  color: inherit;
  padding: 0;
  font-size: 80%;
  font-weight: 600;
}
/* Fancy Input */
.fancy-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  /*margin: 1.5em 1em;*/
  margin: 1.5em 0em;
  /*max-width: 350px;*/
  /*width: calc(100% - 2em);*/
  width: 100%;
  vertical-align: top;
}
.fancy-input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.fancy-input__field:focus {
  outline: none;
}
.fancy-input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  /*font-size: 70.25%;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancy-input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.fancy-input__field--yoshiko {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 20px;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}
.fancy-input__label--yoshiko {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 100%;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  padding: 0 1.25em;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s ;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fancy-input__label-content--yoshiko {
  color: #000000;
  padding: 0.25em 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fancy-input__label-content--yoshiko::after {
  content: attr(data-content);
  position: absolute;
  font-weight: 800;
  bottom: 100%;
  left: 0;
  height: 80%;
  width: 100%;
  color: #ee145b;
  padding: 0.25em 0;
  letter-spacing: 1px;
}
.fancy-input__field--yoshiko:focus + .fancy-input__label--yoshiko,
.fancy-input--filled .fancy-input__label--yoshiko {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fancy-input__field--yoshiko:focus + .fancy-input__label--yoshiko .fancy-input__label-content--yoshiko,
.fancy-input--filled .fancy-input__label-content--yoshiko {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.fancy-input__field--yoshiko:focus + .fancy-input__field--yoshiko,
.fancy-input--filled .fancy-input__field--yoshiko {
  background-color: transparent;
  border-color: #ee145b;
}
.fancy-input__field--yoshiko:focus {
  background-color: transparent;
  border-color: #ee145b;
}
/* Fancy Input */
/* Fancy Checkbox */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  display: inline-block;
  margin: 20px 15px 20px 0px;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideTwo:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  height: 2px;
  width: 52px;
  background: #111;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideTwo label {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
.slideTwo label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #333;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px #000000, 0px 1px 0px rgba(255, 255, 255, 0.9);
}
.slideTwo input[type=checkbox] {
  visibility: hidden;
}
.slideTwo input[type=checkbox]:checked + label {
  left: 54px;
}
.slideTwo input[type=checkbox]:checked + label:after {
  background: #27ae60;
}
.checkbox-label {
  display: inline;
  position: relative;
  top: 5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Fancy Checkbox */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 18, 2015, 6:16:29 PM
    Author     : Georgi
*/
.block-subscribe {
  max-width: 350px;
}
.block-subscribe .subscribe-input {
  padding-right: 5px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 20, 2015, 3:34:54 PM
    Author     : Georgi
*/
.sharkskin-links {
  list-style: none;
}
@media (max-width: 767px) {
  .sharkskin-links {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 44px;
  }
  .sharkskin-links li {
    margin: 0 -10px;
    padding: 0 10px;
    border-bottom: #eeeeee 1px solid;
  }
  .sharkskin-links li:hover,
  .sharkskin-links li:focus {
    background: #f5f5f5;
  }
  .sharkskin-links a {
    color: #000000;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  #sharkskin-header-menu .sharkskin-links {
    display: inline;
  }
  #sharkskin-header-menu .sharkskin-links li {
    float: left;
  }
  #sharkskin-header-menu .sharkskin-links li > a {
    display: inline-block;
    margin: 0;
    padding: 0 13px;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  #sharkskin-header-menu .sharkskin-links li:hover,
  #sharkskin-header-menu .sharkskin-links li:focus,
  #sharkskin-header-menu .sharkskin-links li.active {
    background-color: #004c71;
  }
  #sharkskin-header-menu .sharkskin-links li:hover > a,
  #sharkskin-header-menu .sharkskin-links li:focus > a,
  #sharkskin-header-menu .sharkskin-links li.active > a {
    color: #ffffff;
    text-decoration: none;
  }
}
.mageguide-info-triangle {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #ed145a;
  color: #ffffff;
  font-size: 32px;
  padding: 30px 10px 10px 15px;
  cursor: pointer;
  z-index: 10000;
}
.info-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
.info-overlay .overlay-container {
  margin-top: 10%;
  border: 2px solid #ed145a;
  height: 50%;
  background: rgba(0, 0, 0, 0.9);
}
.info-overlay .overlay-container h3 {
  color: #ffffff;
  text-align: center;
  margin: 3% 0;
}
.info-overlay .overlay-container .overlay-flex {
  display: flex;
}
.info-overlay .overlay-container .overlay-flex .overlay-flex-left {
  display: flex;
}
.info-overlay .overlay-container .overlay-flex .overlay-flex-left #myTabs {
  width: 100%;
}
.info-overlay .overlay-container .overlay-flex .overlay-flex-right {
  display: flex;
  background: #ffffff;
}
.info-overlay .nav-pills > li > a {
  display: block !important;
  border-radius: 2px;
  background: #ffffff;
}
.info-overlay .nav-pills > li.active > a,
.info-overlay .nav-pills > li.active > a:hover,
.info-overlay .nav-pills > li.active > a:focus {
  background: #ed145a;
}
.info-overlay .nav-stacked > li + li {
  margin: 5% 0;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
.header-sticky-menu {
  display: none;
}
@media (min-width: 768px) {
  .header-sticky-menu {
    display: block;
    position: fixed;
    top: -400px;
    width: 100%;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    background: #1a1617;
    color: #ffffff;
    z-index: 2000;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .header-sticky-menu .sticky-logo {
    width: 15%;
    padding: 0;
  }
  .header-sticky-menu .logo {
    margin: 10px 0;
  }
  .header-sticky-menu .logo img {
    width: 72%;
    margin-left: 14%;
  }
  .header-sticky-menu .sticky-menu {
    width: 75%;
    padding: 0;
    margin-top: 12px;
    z-index: 100;
  }
  .header-sticky-menu .sticky-menu .sharkskin-megamenu li.level0 > a {
    padding: 0px 6px;
    font-size: 9px;
  }
  .header-sticky-menu .sharkskin-header-widget {
    float: right;
    margin: 9px 0 0 0;
    margin-left: 5px;
    border-left: solid 1px black;
  }
  .header-sticky-menu .sharkskin-header-widget.last {
    border-left: none;
    margin-left: 0;
  }
  .header-sticky-menu .search-cart-sticky {
    width: 10%;
    float: right;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search {
    position: absolute;
    left: 0;
    width: 45%;
    z-index: 200;
    height: 100%;
    overflow: visible;
    /*-webkit-transition-timing-function: ease-in-out;
				-webkit-transition: width 2s;  
				transition-timing-function: ease-in-out;
				transition: width 2s;*/
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky {
    height: auto;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form {
    height: 100%;
    padding: 0;
    border-radius: 4px;
    margin-top: 9px;
    background: #eaeaea;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form .search-submit-wrapper {
    margin-left: 0px;
    padding: 0 6px 4px 6px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    background: #eaeaea;
    border-radius: 4px;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form .search-submit-wrapper #search-submit-header-sticky {
    padding: 0 9px 2px;
    color: #000000;
    background: transparent;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form .search-submit-wrapper #search-submit-header-sticky .search-text {
    display: none;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form .search-input-wrapper {
    display: none;
    padding: 0 6px 4px 6px;
    line-height: 36px;
    font-size: 20px;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart {
    background-color: #eaeaea;
    border-radius: 4px;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items {
    display: none !important;
    font-size: 8px !important;
    padding: 0px 0px!important;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items .price {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .header-sticky-menu .sticky-menu .sharkskin-megamenu li.level0 > a {
    font-size: 10px;
  }
}
@media (min-width: 1260px) {
  .header-sticky-menu .sticky-menu .sharkskin-megamenu li.level0 > a {
    padding: 0px 6px;
    font-size: 11px;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search {
    width: 45%;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form .search-submit-wrapper #search-submit-header-sticky .fa-search {
    display: none;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form .search-submit-wrapper #search-submit-header-sticky .search-text {
    display: inline-block !important;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items {
    display: inline-block;
    font-size: 11px !important;
    padding: 0 5px!important;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items .price {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .header-sticky-menu .sticky-menu .sharkskin-megamenu li.level0 > a {
    padding: 0px 7px;
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .header-sticky-menu .sticky-logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-sticky-menu .sticky-menu {
    width: 68%;
    margin-top: 14px;
  }
  .header-sticky-menu .sticky-menu .sharkskin-megamenu li.level0 > a {
    padding: 0 10px;
    font-size: 13px;
  }
  .header-sticky-menu .sharkskin-header-widget {
    margin: 11px 0 0 0;
  }
  .header-sticky-menu .search-cart-sticky {
    width: 17%;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search {
    width: 45%;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form {
    margin-top: 11px;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-autocomplete-header-sticky {
    top: 58px !important;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items {
    display: inline-block !important;
    font-size: 10px !important;
    padding: 0 0px!important;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items .price {
    display: inline-block !important;
  }
}
@media (min-width: 1900px) {
  .header-sticky-menu .sticky-menu {
    margin-top: 18px;
  }
  .header-sticky-menu .sticky-menu .sharkskin-megamenu li.level0 > a {
    padding: 0 15px;
    font-size: 14px;
  }
  .header-sticky-menu .sharkskin-header-widget {
    margin: 16px 0 0 0;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search {
    width: 45%;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-mini-form-header-sticky .search-form {
    margin-top: 16px;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-search #search-autocomplete-header-sticky {
    top: 63px !important;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items {
    font-size: 11px !important;
    padding: 0 8px!important;
  }
  .header-sticky-menu .search-cart-sticky .sharkskin-header-cart .sharkskin-cart-items .price {
    display: inline-block !important;
  }
}
#sharkskin-header {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  z-index: 1000;
  position: relative;
}
#sharkskin-header #sharkskin-header-top {
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  position: relative;
}
#sharkskin-header #sharkskin-header-top .switcher {
  float: left;
  margin: 4px 6px 4px 0;
}
#sharkskin-header #sharkskin-header-top .welcome-msg {
  float: right;
  margin: 4px;
  line-height: 20px;
}
#sharkskin-header #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links {
  margin: 4px 6px;
  padding: 0;
  float: left;
}
#sharkskin-header #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li {
  float: left;
  margin: 0;
  padding: 0;
}
#sharkskin-header #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#sharkskin-header #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li a:hover,
#sharkskin-header #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li a:focus {
  background-color: transparent;
  color: #ffffff;
}
#sharkskin-header #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li + li:before {
  content: "|";
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.35);
  line-height: 14px;
  vertical-align: text-top;
}
#sharkskin-header #sharkskin-header-top a {
  color: #000000;
  -webkit-transition: color ease 0.25s;
  transition: color ease 0.25s;
}
#sharkskin-header #sharkskin-header-top a:hover,
#sharkskin-header #sharkskin-header-top a:focus {
  color: #ffffff;
}
#sharkskin-header #sharkskin-header-main {
  background-color: #ffffff;
  color: #000000;
}
#sharkskin-header #sharkskin-header-main .logo {
  margin: 14px 0;
  padding: 0;
  line-height: 45px;
}
#sharkskin-header #sharkskin-header-main .logo small {
  color: white;
  font-size: 12px;
  display: block;
  position: absolute;
  margin-top: -8px;
  margin-left: 125px;
}
@media (min-width: 768px) {
  #sharkskin-header #sharkskin-header-main .sharkskin-header-widget {
    float: right;
    margin-top: 19px;
    margin-left: 5px;
    border-left: solid 1px black;
  }
  #sharkskin-header #sharkskin-header-main .sharkskin-header-widget.last {
    border-left: none;
    margin-left: 0;
  }
}
#sharkskin-header #sharkskin-header-menu #sharkskin-header-menu-container-not-sticky {
  background: #1a1617;
  color: #ffffff;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 20, 2015, 4:25:08 PM
    Author     : Georgi
*/
@media (max-width: 767px) {
  .switcher {
    margin: 0 -10px;
    padding: 10px;
    border-bottom: #eeeeee 1px solid;
  }
  .switcher label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000 !important;
  }
  .switcher-selector {
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
  }
  .switcher-selector .switcher-current {
    border-radius: 4px;
    color: #000000 !important;
    background: #eeeeee !important;
    float: left;
    width: 30%;
    text-align: center;
    margin: 0 3% 0 0;
  }
  .switcher-selector .switcher-current i {
    display: none;
  }
  .switcher-selector .switcher-options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .switcher-selector .switcher-options:before,
  .switcher-selector .switcher-options:after {
    content: " ";
    display: table;
  }
  .switcher-selector .switcher-options:after {
    clear: both;
  }
  .switcher-selector .switcher-options:before,
  .switcher-selector .switcher-options:after {
    content: " ";
    display: table;
  }
  .switcher-selector .switcher-options:after {
    clear: both;
  }
  .switcher-selector .switcher-options li {
    border-radius: 4px;
    float: left;
    margin: 0 3% 0 0;
    width: 30%;
    text-align: center;
    background: #5f8df6 !important;
  }
  .switcher-selector .switcher-options li a {
    display: block;
    color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  .switcher-selector {
    position: relative;
    display: inline-block;
    background: #f2f2f2;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff2f2f2', GradientType=0);
  }
  .switcher-selector .switcher-current {
    display: inline-block;
    cursor: pointer;
    line-height: 18px;
    color: #000000 !important;
  }
  .switcher-selector .switcher-current i {
    font-size: 90%;
    margin-left: 2px;
  }
  .switcher-selector .switcher-options {
    display: none;
    position: absolute;
    z-index: 1101;
    background: #f2f2f2;
    list-style: none;
    padding: 2px 0 4px;
    box-sizing: content-box;
    border: 1px solid #e8e8e8;
    left: -1px;
    min-width: 100%;
    white-space: nowrap;
    margin-top: 3px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  }
  .switcher-selector .switcher-options li {
    padding: 0 5px;
  }
  .switcher-selector .switcher-options a {
    color: #000000 !important;
  }
  .switcher-selector .switcher-options a img {
    vertical-align: middle;
    max-width: none;
  }
  .switcher-selector:hover .switcher-options {
    display: block;
  }
  .switcher-selector:hover .switcher-current:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -4px;
    height: 5px;
    background: #f2f2f2;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    z-index: 1102;
  }
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Apr 6, 2015, 11:34:37 AM
    Author     : Georgi
*/
.sharkskin-header-widget {
  /**
     * Common
     */
}
@media (min-width: 768px) {
  .sharkskin-header-widget {
    position: relative;
  }
  .sharkskin-header-widget .widget-header {
    display: inline-block;
    border-radius: 3px;
    color: #000000;
    position: relative;
  }
  .sharkskin-header-widget .widget-header:hover,
  .sharkskin-header-widget .widget-header:focus {
    text-decoration: none;
  }
  .sharkskin-header-widget .widget-content {
    font-size: 12px;
    display: none;
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: #000000;
    padding: 10px;
    background: #fcfcfc;
    border-radius: 3px;
    z-index: 1000;
    min-width: 150px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .sharkskin-header-widget:hover .widget-header {
    background: #fcfcfc;
  }
  .sharkskin-header-widget:hover .widget-content {
    display: block;
  }
  .sharkskin-header-widget:hover:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
    height: 11px;
    background: #fcfcfc;
    z-index: 1002;
  }
  .sharkskin-header-widget .sharkskin-links {
    line-height: 30px;
  }
  .sharkskin-header-widget .sharkskin-links li a {
    margin: 0 -10px;
    padding: 0 10px;
    display: block;
    /*color: @header-pills-links-color;*/
    color: #000;
    font-size: 12px;
  }
  .sharkskin-header-widget .sharkskin-links li a:hover {
    /*background-color: @header-pills-links-hover-color;*/
    background-color: #296fae;
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .sharkskin-header-widget .widget-header {
    display: none;
  }
}
.sharkskin-header-widget .sharkskin-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.sharkskin-header-widget .mini-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sharkskin-header-widget .mini-products-list .item:before,
.sharkskin-header-widget .mini-products-list .item:after {
  content: " ";
  display: table;
}
.sharkskin-header-widget .mini-products-list .item:after {
  clear: both;
}
.sharkskin-header-widget .mini-products-list .item:before,
.sharkskin-header-widget .mini-products-list .item:after {
  content: " ";
  display: table;
}
.sharkskin-header-widget .mini-products-list .item:after {
  clear: both;
}
.sharkskin-header-widget .mini-products-list .item + .item {
  border-top: 1px #e3e3e3 solid;
  margin-top: 5px;
  padding-top: 10px;
}
.sharkskin-header-widget .mini-products-list .item a {
  color: #428bca;
}
.sharkskin-header-widget .mini-products-list .item a:hover {
  color: #1a5c95;
}
.sharkskin-header-widget .mini-products-list .item .product-image {
  float: left;
  margin: 0 5px 5px 0;
}
.sharkskin-header-widget .mini-products-list .item .product-image img {
  border: 1px #e3e3e3 solid;
  border-radius: 3px;
}
.sharkskin-header-widget .mini-products-list .item .product-details .btn-edit {
  color: #999999;
  display: none;
}
.sharkskin-header-widget .mini-products-list .item .product-details .btn-edit:hover {
  color: #666666;
}
.sharkskin-header-widget .mini-products-list .item .product-details .info-wrapper td {
  padding-left: 3px;
}
.sharkskin-header-widget .mini-products-list .item .product-details a.details {
  font-size: 11px;
  text-transform: uppercase;
}
.sharkskin-header-widget .mini-products-list .item .btn-edit,
.sharkskin-header-widget .mini-products-list .item .btn-remove {
  float: right;
  margin-left: 5px;
  font-size: 17px;
  line-height: 17px;
}
.sharkskin-header-widget .mini-products-list .item .btn-remove i {
  color: #ed4e24;
}
.sharkskin-header-widget .mini-products-list .item .btn-remove i:hover,
.sharkskin-header-widget .mini-products-list .item .btn-remove i:focus {
  color: #cd3811;
}
.sharkskin-header-widget .mini-products-list .item .cart-item-quantity {
  width: 30px;
}
.sharkskin-header-widget .mini-products-list .item .truncated {
  position: relative;
}
.sharkskin-header-widget .mini-products-list .item .truncated .truncated_full_value {
  display: none;
  position: absolute;
  z-index: 1001;
  background: #fff;
  width: 200px;
  top: 100%;
  padding: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.sharkskin-header-widget .mini-products-list .item .truncated .truncated_full_value .item-options {
  margin: 0;
}
.sharkskin-header-widget .mini-products-list .item .truncated .truncated_full_value .item-options dt {
  float: left;
  margin-right: 10px;
}
.sharkskin-header-widget .mini-products-list .item .truncated:hover .truncated_full_value {
  display: block;
}
.sharkskin-header-widget .subtotal {
  border-top: 1px #e3e3e3 solid;
  margin-top: 5px;
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
}
.sharkskin-header-widget .subtotal .label {
  color: #000;
  font-weight: normal;
  font-size: 100%;
}
.sharkskin-header-widget .minicart-actions {
  border-top: 1px #e3e3e3 solid;
  margin-top: 5px;
  padding-top: 10px;
}
.sharkskin-header-widget .minicart-actions:before,
.sharkskin-header-widget .minicart-actions:after {
  content: " ";
  display: table;
}
.sharkskin-header-widget .minicart-actions:after {
  clear: both;
}
.sharkskin-header-widget .minicart-actions:before,
.sharkskin-header-widget .minicart-actions:after {
  content: " ";
  display: table;
}
.sharkskin-header-widget .minicart-actions:after {
  clear: both;
}
.sharkskin-header-widget .minicart-actions .checkout-types {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.sharkskin-header-widget .minicart-actions > a.secondary-action,
.sharkskin-header-widget .minicart-actions > a.cart-link {
  color: #1a5c95;
  border: 2px solid #1a5c95;
  padding: 5px 15px;
  float: left;
}
.sharkskin-header-widget .minicart-actions .cart-link {
  text-transform: uppercase;
}
.sharkskin-header-widget .primary-action {
  float: right;
}
.sharkskin-header-widget .secondary-action {
  float: left;
}
.sharkskin-header-widget .block-subtitle {
  text-transform: uppercase;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 12, 2015, 11:48:27 AM
    Author     : Georgi
*/
.search-form .search-submit-wrapper {
  display: block;
  float: right;
  margin-left: 7px;
  outline: none;
}
.search-form .search-input-wrapper {
  display: block;
  overflow: hidden;
  outline: none;
}
.search-form .search-input-wrapper > input {
  width: 100%;
}
@media (min-width: 768px) {
  .sharkskin-header-search {
    display: block;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
  }
  .sharkskin-header-search .search-form {
    margin: 19px 5px 3px;
    padding: 6px;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #eaeaea 0%, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffeaeaea', GradientType=0);
  }
  .sharkskin-header-search #search-autocomplete-header,
  .sharkskin-header-search #search-autocomplete-header-sticky {
    font-size: 12px;
    color: black;
    background-color: #eee;
    z-index: 1010;
    margin: 5px 0 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .sharkskin-header-search #search-autocomplete-header:before,
  .sharkskin-header-search #search-autocomplete-header-sticky:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 10px;
    top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    z-index: 1011;
  }
  .sharkskin-header-search #search-autocomplete-header .wyomind-elasticsearch .info,
  .sharkskin-header-search #search-autocomplete-header-sticky .wyomind-elasticsearch .info {
    float: left;
    width: 80%;
  }
  .sharkskin-header-search #search-autocomplete-header .wyomind-elasticsearch .info .name,
  .sharkskin-header-search #search-autocomplete-header-sticky .wyomind-elasticsearch .info .name {
    text-align: right;
  }
  .sharkskin-header-search #search-autocomplete-header .wyomind-elasticsearch .info .price-box .old-price,
  .sharkskin-header-search #search-autocomplete-header-sticky .wyomind-elasticsearch .info .price-box .old-price {
    display: none;
  }
  .sharkskin-header-search #search-autocomplete-header .wyomind-elasticsearch .info .price-box .special-price .price-label,
  .sharkskin-header-search #search-autocomplete-header-sticky .wyomind-elasticsearch .info .price-box .special-price .price-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .sharkskin-header-search #search-autocomplete-header,
  .sharkskin-header-search #search-autocomplete-header-sticky {
    position: initial !important;
    color: white;
    top: initial !important;
    left: initial !important;
    width: auto !important;
  }
}
.sharkskin-header-search #search-input-header,
.sharkskin-header-search #search-submit-header,
.sharkskin-header-search #search-input-header-sticky,
.sharkskin-header-search #search-submit-header-sticky {
  height: 28px;
  border-radius: 4px;
  border: none;
  line-height: 26px;
}
.sharkskin-header-search #search-input-header::-moz-placeholder,
.sharkskin-header-search #search-submit-header::-moz-placeholder,
.sharkskin-header-search #search-input-header-sticky::-moz-placeholder,
.sharkskin-header-search #search-submit-header-sticky::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.sharkskin-header-search #search-input-header:-ms-input-placeholder,
.sharkskin-header-search #search-submit-header:-ms-input-placeholder,
.sharkskin-header-search #search-input-header-sticky:-ms-input-placeholder,
.sharkskin-header-search #search-submit-header-sticky:-ms-input-placeholder {
  color: #a1a1a1;
}
.sharkskin-header-search #search-input-header::-webkit-input-placeholder,
.sharkskin-header-search #search-submit-header::-webkit-input-placeholder,
.sharkskin-header-search #search-input-header-sticky::-webkit-input-placeholder,
.sharkskin-header-search #search-submit-header-sticky::-webkit-input-placeholder {
  color: #a1a1a1;
}
.sharkskin-header-search #search-input-header,
.sharkskin-header-search #search-input-header-sticky {
  color: #000000;
  background: #eaeaea;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  outline: none;
}
.sharkskin-header-search #search-submit-header,
.sharkskin-header-search #search-submit-header-sticky {
  padding: 0 25px 2px;
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  outline: none;
}
.sharkskin-header-search #search-submit-header:hover,
.sharkskin-header-search #search-submit-header-sticky:hover,
.sharkskin-header-search #search-submit-header:focus,
.sharkskin-header-search #search-submit-header-sticky:focus {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #232323 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #232323 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff232323', GradientType=0);
}
.sharkskin-header-search #search-submit-header {
  padding: 0 12px 2px;
}
.sharkskin-header-search #search-submit-header .search-text {
  display: block;
}
.sharkskin-header-search #search-submit-header .fa-search {
  display: none;
}
.sharkskin-header-search #search-submit-header-sticky {
  padding: 0 15px 2px;
}
.sharkskin-header-search #search-autocomplete-header ul,
.sharkskin-header-search #search-autocomplete-header-sticky ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
.sharkskin-header-search #search-autocomplete-header ul li,
.sharkskin-header-search #search-autocomplete-header-sticky ul li {
  cursor: pointer;
}
.sharkskin-header-search #search-autocomplete-header ul li span,
.sharkskin-header-search #search-autocomplete-header-sticky ul li span {
  float: right;
  color: #428bca;
}
.sharkskin-header-search #search-autocomplete-header-sticky {
  position: fixed !important;
  left: 25% !important;
  width: 50% !important;
  top: 54px !important;
}
.sharkskin-header-search #search-autocomplete-header-sticky:before {
  margin-left: 0px !important;
  left: 50% !important;
}
.sharkskin-header-search #search-autocomplete-header-sticky ul li {
  text-align: left !important;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Feb 25, 2015, 11:44:48 AM
    Author     : Georgi
*/
@media (min-width: 768px) {
  .sharkskin-header-cart .widget-header {
    /*padding: 0 6px 4px 6px;*/
    padding: 0 2px 4px 2px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
  }
  .sharkskin-header-cart .widget-header .fa-caret-down {
    font-size: 13px;
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  }
  .sharkskin-header-cart .widget-header .fa-shopping-cart {
    font-size: 17px;
  }
  .sharkskin-header-cart .widget-header .sharkskin-cart-items {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0 1px;
  }
  .sharkskin-header-cart .widget-content {
    left: initial;
    right: 0;
    min-width: 300px;
  }
  .sharkskin-header-cart .minicart-phone {
    padding: 10px 5px 0px 5px;
    border-top: 1px solid #dddddd;
    text-align: center;
    color: #22366e;
    font-size: 100%;
  }
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
@media (min-width: 768px) {
  .sharkskin-header-compare .widget-header {
    padding: 0 6px 4px 6px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
  }
  .sharkskin-header-compare .widget-header .fa-caret-down {
    font-size: 13px;
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  }
  .sharkskin-header-compare .widget-header .fa-bar-chart-o {
    font-size: 17px;
    vertical-align: middle;
    margin-top: 1px;
  }
  .sharkskin-header-compare .widget-header .sharkskin-compare-middle-container {
    display: inline-block;
    vertical-align: middle;
  }
  .sharkskin-header-compare .widget-header .sharkskin-compare-middle-container small {
    display: block;
    line-height: 13px;
    font-size: 10px;
    color: #333333;
  }
  .sharkskin-header-compare .widget-header .sharkskin-compare-middle-container .sharkskin-compare-items {
    display: block;
  }
  .sharkskin-header-compare .widget-header .sharkskin-compare-items {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    text-transform: uppercase;
    line-height: 16px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px;
    background-image: -webkit-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    background-image: linear-gradient(to bottom, #d6d6d6 0%, #f4f4f4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d6d6', endColorstr='#fff4f4f4', GradientType=0);
  }
  .sharkskin-header-compare .widget-content {
    min-width: 250px;
  }
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
@media (min-width: 768px) {
  .sharkskin-header-user-links .widget-header {
    padding: 0 5px 4px 8px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
  }
  .sharkskin-header-user-links .widget-header .fa-caret-down {
    font-size: 13px;
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  }
  .sharkskin-header-user-links .widget-header .fa-user {
    font-size: 17px;
    vertical-align: middle;
    margin-top: 1px;
  }
  .sharkskin-header-user-links .widget-header.widget-header-red {
    background-image: -webkit-linear-gradient(top, #dd0000 0%, #910000 100%);
    background-image: linear-gradient(to bottom, #dd0000 0%, #910000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd0000', endColorstr='#ff910000', GradientType=0);
    color: #000000;
  }
  .sharkskin-header-user-links .widget-content.widget-content-red {
    background-image: -webkit-linear-gradient(top, #910000 0%, #dd0000 100%);
    background-image: linear-gradient(to bottom, #910000 0%, #dd0000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff910000', endColorstr='#ffdd0000', GradientType=0);
  }
  .sharkskin-header-user-links .widget-content.widget-content-red ul li a {
    color: #ffffff;
  }
  .sharkskin-header-user-links .widget-content.widget-content-red ul li a:hover {
    background-color: #dd0000;
  }
}
.sharkskin-header-user-links.red:hover:after {
  background: #910000;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
.sharkskin-megamenu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
.sharkskin-megamenu li {
  list-style: none;
}
.sharkskin-megamenu .megamenu-label {
  background: #faf8f8;
  color: #ffffff;
  line-height: 90%;
  padding: 3px 4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sharkskin-megamenu {
    position: relative;
  }
  .sharkskin-megamenu ul {
    padding-left: 5px;
  }
  .sharkskin-megamenu.megamenu-v {
    background-color: #1a1617;
  }
  .sharkskin-megamenu.megamenu-v.megamenu-am {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  }
  .sharkskin-megamenu.megamenu-v li.level0 {
    float: none;
  }
  .sharkskin-megamenu.megamenu-v li.level0 > a {
    display: block;
    position: relative;
  }
  .sharkskin-megamenu.megamenu-v li.level0 > a .megamenu-label {
    position: absolute;
    margin-left: 10px;
    margin-top: 14.5px;
    font-size: 10px;
    font-weight: 600;
    z-index: 1003;
  }
  .sharkskin-megamenu.megamenu-v li.level0 > a .megamenu-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -6px;
    bottom: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #faf8f8;
  }
  .sharkskin-megamenu.megamenu-v li.level0.parent:hover > a,
  .sharkskin-megamenu.megamenu-v li.level0.parent:focus > a {
    background-color: #004c71;
    z-index: 1001;
  }
  .sharkskin-megamenu.megamenu-v li.level0.parent:hover > a:after,
  .sharkskin-megamenu.megamenu-v li.level0.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -6px;
    margin-left: 0;
    left: auto;
    right: -12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #004c71;
    z-index: 1002;
  }
  .sharkskin-megamenu.megamenu-v li.level0 + li {
    border-top: 1px solid #0c0a0b;
  }
  .sharkskin-megamenu.megamenu-v .megamenu-dropdown.level0 {
    left: 100%;
    margin-top: -35px;
  }
  .sharkskin-megamenu.megamenu-v .megamenu-dropdown.level0.megamenu-wide {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  }
  .sharkskin-megamenu.megamenu-v .megamenu-dropdown.level0.megamenu-wide:before {
    display: none;
  }
  .sharkskin-megamenu li.level0 {
    float: left;
    /* Root level tick for parents only
                &.parent:hover > a:after,
                &.parent:focus > a:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    left: 50%;
                    margin-left: -5px;
                    bottom: -6px;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-top: 6px solid @megamenu-root-htick;
                    z-index: @megamenu-children-zindex + 1;
                }*/
  }
  .sharkskin-megamenu li.level0 > a {
    display: inline-block;
    margin: 0;
    line-height: 35px;
    color: #ffffff;
    padding: 0 10px;
    font-size: 11px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .sharkskin-megamenu li.level0 > a > .megamenu-label {
    position: absolute;
    top: -10px;
    margin-left: -10px;
    font-size: 10px;
    font-weight: 600;
  }
  .sharkskin-megamenu li.level0 > a > .megamenu-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-right: 6px solid transparent;
    border-top: 4px solid #faf8f8;
  }
  .sharkskin-megamenu li.level0:hover,
  .sharkskin-megamenu li.level0:focus,
  .sharkskin-megamenu li.level0.active {
    background-color: #004c71;
  }
  .sharkskin-megamenu li.level0:hover > a,
  .sharkskin-megamenu li.level0:focus > a,
  .sharkskin-megamenu li.level0.active > a {
    color: #ffffff;
    text-decoration: none;
  }
  .sharkskin-megamenu li.level0.nav-1.parent:hover,
  .sharkskin-megamenu li.level0.nav-1.parent:focus,
  .sharkskin-megamenu li.level0.nav-1.parent.active {
    background: #20419A;
  }
  .sharkskin-megamenu li.level0.nav-1.parent:hover > a:after,
  .sharkskin-megamenu li.level0.nav-1.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #20419A;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-2.parent:hover,
  .sharkskin-megamenu li.level0.nav-2.parent:focus,
  .sharkskin-megamenu li.level0.nav-2.parent.active {
    background: #ED145A;
  }
  .sharkskin-megamenu li.level0.nav-2.parent:hover > a:after,
  .sharkskin-megamenu li.level0.nav-2.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ED145A;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-3.parent:hover,
  .sharkskin-megamenu li.level0.nav-3.parent:focus,
  .sharkskin-megamenu li.level0.nav-3.parent.active {
    background-color: #FFC40F;
  }
  .sharkskin-megamenu li.level0.nav-3.parent:hover > a:after,
  .sharkskin-megamenu li.level0.nav-3.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFC40F;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-4.parent:hover,
  .sharkskin-megamenu li.level0.nav-4.parent:focus,
  .sharkskin-megamenu li.level0.nav-4.parent.active {
    background-color: #9C5AA4;
  }
  .sharkskin-megamenu li.level0.nav-4.parent:hover > a:after,
  .sharkskin-megamenu li.level0.nav-4.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9C5AA4;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-5.parent:hover,
  .sharkskin-megamenu li.level0.nav-5.parent:focus,
  .sharkskin-megamenu li.level0.nav-5.parent.active {
    background-color: #574FA1;
  }
  .sharkskin-megamenu li.level0.nav-5.parent:hover > a:after,
  .sharkskin-megamenu li.level0.nav-5.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #574FA1;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-6.parent:hover,
  .sharkskin-megamenu li.level0.nav-6.parent:focus,
  .sharkskin-megamenu li.level0.nav-6.parent.active {
    background-color: #5AAD65;
  }
  .sharkskin-megamenu li.level0.nav-6.parent:hover > a:after,
  .sharkskin-megamenu li.level0.nav-6.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #5AAD65;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-7.parent:hover,
  .sharkskin-megamenu li.level0.nav-7.parent:focus,
  .sharkskin-megamenu li.level0.nav-7.parent.active {
    background-color: #FF5A00;
  }
  .sharkskin-megamenu li.level0.nav-7.parent:hover > a:after,
  .sharkskin-megamenu li.level0.nav-7.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FF5A00;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-8:hover,
  .sharkskin-megamenu li.level0.nav-8:focus,
  .sharkskin-megamenu li.level0.nav-8.active {
    background-color: #8BD3D5;
  }
  .sharkskin-megamenu li.level0.nav-8:hover > a:after,
  .sharkskin-megamenu li.level0.nav-8:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8BD3D5;
    z-index: 1001;
  }
  .sharkskin-megamenu li.level0.nav-9:hover,
  .sharkskin-megamenu li.level0.nav-9:focus,
  .sharkskin-megamenu li.level0.nav-9.active {
    background-color: #f66800;
  }
  .sharkskin-megamenu li.level0.nav-9:hover > a:after,
  .sharkskin-megamenu li.level0.nav-9:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f66800;
    z-index: 1001;
  }
  .sharkskin-megamenu li li {
    font-size: 13px;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: #000000;
  }
  .sharkskin-megamenu li li .megamenu-label {
    position: absolute;
    margin-left: 10px;
    margin-top: -3px;
    font-size: 10px;
    font-weight: 600;
  }
  .sharkskin-megamenu li li .megamenu-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -6px;
    bottom: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #faf8f8;
  }
  .sharkskin-megamenu .megamenu-dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
  }
  .sharkskin-megamenu .megamenu-dropdown.level0.megamenu-wide {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sharkskin-megamenu .megamenu-dropdown.level0.megamenu-wide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 700%;
    left: -300%;
    z-index: -1;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
  }
  .sharkskin-megamenu .parent:hover > .megamenu-dropdown {
    display: block;
  }
  .sharkskin-megamenu .megamenu-default {
    float: left;
    min-width: 130px;
    padding: 10px 0;
  }
  .sharkskin-megamenu .megamenu-default li {
    position: relative;
  }
  .sharkskin-megamenu .megamenu-default li.parent > a:after {
    content: "\f0da";
    color: #ccc;
    float: right;
    margin-right: -8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sharkskin-megamenu .megamenu-default li > a {
    /* Adds small icon at beginning
                    &:before {
                        content: @fa-var-angle-right;
                        position: absolute;
                        font-size: 7px;
                        margin-left: -7px;
                        color: black;
                        font-family: FontAwesome;
                        font-style: normal;
                        font-weight: normal;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }
                    */
  }
  .sharkskin-megamenu .megamenu-default li .megamenu-label {
    position: relative;
    display: inline-block;
    top: -6px;
  }
  .sharkskin-megamenu .megamenu-default li.level1:hover {
    background: #f1f1f1;
  }
  .sharkskin-megamenu .megamenu-default li.level1 li:hover {
    background: white;
  }
  .sharkskin-megamenu .megamenu-default ul {
    background: #f1f1f1;
  }
  .sharkskin-megamenu .megamenu-default .megamenu-dropdown {
    top: 0;
    left: 100%;
  }
  .sharkskin-megamenu .megamenu-default a {
    color: #000000;
    line-height: 23px;
    text-decoration: none;
    display: block;
    padding: 0 14px;
    white-space: nowrap;
  }
  .sharkskin-megamenu .megamenu-default a:hover,
  .sharkskin-megamenu .megamenu-default a:focus {
    color: #428bca;
    text-decoration: none;
  }
}
@media (min-width: 1260px) {
  .sharkskin-megamenu li.level0 > a {
    padding: 0 13px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .am-container {
    position: relative;
    display: inline-block;
    float: left;
  }
  .am-container .am-opener {
    min-width: 200px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0 13px;
    line-height: 35px;
    color: #ffffff;
    background-color: #30292b;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .am-container .am-opener:hover,
  .am-container .am-opener:focus {
    background-color: #004c71;
  }
  .am-container .am-opener i {
    vertical-align: middle;
  }
  .am-container .am-opener i.menu {
    font-size: 21px;
    margin: 0 10px 0 -5px;
  }
  .am-container .am-opener i.caretdown {
    float: right;
    margin: 12.5px -5px 0 0;
  }
  .am-container .megamenu-v.megamenu-am {
    display: none;
  }
  .am-container:hover .megamenu-v.megamenu-am,
  .am-container:focus .megamenu-v.megamenu-am {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sharkskin-megamenu.megamenu-v.megamenu-am {
    width: 157px;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .sharkskin-megamenu.megamenu-v.megamenu-am {
    width: 212px;
  }
}
@media (min-width: 1260px) {
  .sharkskin-megamenu.megamenu-v.megamenu-am {
    width: 260px;
  }
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Jan 19, 2015, 3:49:02 PM
    Author     : Georgi
*/
@media (min-width: 768px) {
  .sharkskin-megamenu .megamenu-mega1 {
    color: #000000;
  }
  .sharkskin-megamenu .megamenu-mega1.megamenu-dropdown {
    left: 0;
    width: 100%;
    padding: 15px;
    padding-top: 30px;
  }
  .sharkskin-megamenu .megamenu-mega1 .megamenu-col {
    width: 16.5%;
    float: left;
    padding: 0 15px 15px;
  }
  .sharkskin-megamenu .megamenu-mega1 .mega1-child {
    padding-left: 0;
  }
  .sharkskin-megamenu .megamenu-mega1 .megamenu-top {
    padding: 0 15px 15px;
  }
  .sharkskin-megamenu .megamenu-mega1 .megamenu-bottom {
    clear: both;
    padding: 30px 15px 0 15px;
  }
  .sharkskin-megamenu .megamenu-mega1 .megamenu-side {
    width: 33%;
    float: right;
    padding: 0 15px;
  }
  .sharkskin-megamenu .megamenu-mega1 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: #000000;
  }
  .sharkskin-megamenu .megamenu-mega1 a.level1 {
    font-weight: 600;
  }
  .sharkskin-megamenu .megamenu-mega1 a:hover,
  .sharkskin-megamenu .megamenu-mega1 a:focus {
    color: #428bca;
    text-decoration: none;
  }
  .sharkskin-megamenu .megamenu-mega1 ul.level1 {
    padding-top: 10px;
  }
  .sharkskin-megamenu .megamenu-mega1 ul.level1 li {
    line-height: 18px;
    font-size: 12px;
  }
  .sharkskin-megamenu .megamenu-mega1 ul.level1 li:before {
    content: "\f105";
    vertical-align: top;
    font-size: 10px;
    padding: 0 5px 0 2px;
    color: grey;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sharkskin-megamenu .megamenu-mega1 ul.level2 {
    padding: 5px 0 5px 10px;
  }
  .sharkskin-megamenu .megamenu-mega1 ul.level2 li a {
    color: #808080;
  }
  .sharkskin-megamenu .megamenu-mega1 ul.level2 li:before {
    content: "";
  }
  .sharkskin-megamenu .megamenu-mega1 h2,
  .sharkskin-megamenu .megamenu-mega1 h3,
  .sharkskin-megamenu .megamenu-mega1 h4,
  .sharkskin-megamenu .megamenu-mega1 h5 {
    font-weight: 600;
    margin-top: 0;
  }
  .sharkskin-megamenu .megamenu-mega1 .megamenu-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .sharkskin-megamenu .megamenu-mega1 .owl-item .product-name a {
    font-weight: 400 !important;
  }
}
@media (min-width: 768px) {
  .sharkskin-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    margin-top: 0;
    top: 0;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sharkskin-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .sharkskin-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 728px;
  }
}
@media (min-width: 1260px) {
  .sharkskin-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 880px;
  }
}
@media (max-width: 767px) {
  .sharkskin-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 100%;
  }
}
/*@import "./megamenu/mega2.less";*/
/*@import "./megamenu/mega3.less";*/
/*@import "./megamenu/mega4.less";*/
/*@import "./megamenu/mega5.less";*/
/*@import "./megamenu/mega6.less";*/
/*@import "../sharkskin/header2.less";*/
/*@import "../sharkskin/header3.less";*/
/*@import "../sharkskin/header4.less";*/
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
#sharkskin-footer {
  color: black;
  background: #f2f2f2;
  font-family: ;
  font-weight: ;
  font-size: ;
  font-style: ;
  text-transform: ;
  letter-spacing: ;
  color: ;
}
#sharkskin-footer hr.oval {
  position: relative;
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin: 0px auto;
  border: 0;
}
#sharkskin-footer hr.oval:before {
  content: '';
  width: 100%;
  height: 20px;
  left: 0;
  position: absolute;
  z-index: 50;
  border-bottom-left-radius: 100% 40px;
  border-bottom-right-radius: 100% 40px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
#sharkskin-footer hr.oval:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 100;
  border-bottom-left-radius: 100% 40px;
  border-bottom-right-radius: 100% 40px;
  background: #ffffff;
}
#sharkskin-footer .footer-social {
  padding-top: 60px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
#sharkskin-footer .footer-social a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
}
#sharkskin-footer .footer-social a:hover {
  color: #ffffff;
  text-decoration: none;
}
#sharkskin-footer .facebook {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/social/Social-01.png') no-repeat;
  background-size: 60px 60px;
}
#sharkskin-footer .facebook:hover {
  opacity: 0.9;
}
#sharkskin-footer .twitter {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/social/Social-02.png') no-repeat;
  background-size: 60px 60px;
}
#sharkskin-footer .twitter:hover {
  opacity: 0.9;
}
#sharkskin-footer .youtube {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/social/Social-03.png') no-repeat;
  background-size: 60px 60px;
}
#sharkskin-footer .youtube:hover {
  opacity: 0.9;
}
#sharkskin-footer .blogger {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/social/Social-04.png') no-repeat;
  background-size: 60px 60px;
}
#sharkskin-footer .blogger:hover {
  opacity: 0.9;
}
#sharkskin-footer .googleplus {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/social/Social-05.png') no-repeat;
  background-size: 60px 60px;
}
#sharkskin-footer .googleplus:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  #sharkskin-footer .collapse-button {
    display: none;
  }
}
#sharkskin-footer h5 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
#sharkskin-footer ul,
#sharkskin-footer ol {
  list-style: none;
}
#sharkskin-footer a:hover {
  background: transparent;
  text-decoration: none;
}
#sharkskin-footer .block-subscribe {
  margin-bottom: 10px;
}
#sharkskin-footer .block-subscribe .block-title {
  padding-top: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
#sharkskin-footer .block-subscribe .form-subscribe-header {
  font-size: 11px;
  display: block;
  padding-bottom: 5px;
}
#sharkskin-footer .block-subscribe .footer-newsletter-buttons {
  text-align: center;
}
#sharkskin-footer .block-subscribe .footer-newsletter-buttons .footer-newsletter-female {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 3px 6px;
}
#sharkskin-footer .block-subscribe .footer-newsletter-buttons .footer-newsletter-male {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 3px 6px;
}
#sharkskin-footer .sharkskin-footer-content {
  padding-top: 15px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout {
  padding-top: 20px;
  padding-bottom: 30px;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block {
  display: block;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block:hover {
  text-decoration: none;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block i {
  font-size: 18px;
  color: #000000;
  float: left;
  padding: 3px 10px 5px 0;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block .title-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
  line-height: 13px;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block .subtitle-link {
  color: rgba(0, 0, 0, 0.8);
  font-size: 11px;
  line-height: 11px;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block.last {
  border: 0;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block:hover {
  text-decoration: none;
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block:hover .title-link {
  color: rgba(0, 0, 0, 0.8);
}
#sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block:hover i {
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  #sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block {
    border-right: 1px solid #999999;
  }
}
@media (max-width: 767px) {
  #sharkskin-footer .sharkskin-footer-content .footer-callout a.callout-block {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
  }
}
#sharkskin-footer .sharkskin-footer-content .footer-menu {
  padding-top: 9px;
  padding-bottom: 10px;
}
#sharkskin-footer .sharkskin-footer-content .nav li {
  margin: 0;
}
#sharkskin-footer .sharkskin-footer-content .nav li h5 {
  padding-bottom: 10px;
  border-bottom: solid 1px;
  margin-right: 30%;
}
#sharkskin-footer .sharkskin-footer-content .nav li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #000000;
}
#sharkskin-footer .sharkskin-footer-content .nav li a:hover {
  background: transparent;
  color: #000000;
}
#sharkskin-footer .sharkskin-footer-content .nav li a:before {
  font-family: FontAwesome;
  content: '\f105';
  padding-right: 10px;
}
#sharkskin-footer .sharkskin-footer-content .nav li .info {
  font-size: 11px;
  display: block;
  padding-bottom: 5px;
}
#sharkskin-footer .sharkskin-footer-content .nav li .info strong {
  color: #000000;
  font-weight: bold;
}
#sharkskin-footer .sharkskin-footer-footnotes {
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  line-height: 40px;
}
#sharkskin-footer .sharkskin-footer-footnotes .sharkskin-footer-social li {
  display: inline-block;
}
#sharkskin-footer .sharkskin-footer-footnotes .sharkskin-footer-social li a {
  font-size: 1.8em;
  color: #000000;
  padding: 0 5px;
}
#sharkskin-footer .sharkskin-footer-footnotes .sharkskin-footer-social li a:hover {
  color: #000000;
}
#sharkskin-footer .sharkskin-footer-footnotes a.footer-logo img {
  vertical-align: middle;
  width: 85px;
}
#sharkskin-footer .ribbon {
  background: #000000;
  height: 20px;
  width: 30px;
  position: absolute;
  text-align: center;
  font: 600 11px sans-serif;
  color: #ffffff;
  line-height: 27px;
  border: 0;
  z-index: 5;
  top: -6px;
  right: 10px;
}
#sharkskin-footer .ribbon:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 0;
  width: 0;
  border: 15px solid #000000;
  border-bottom-color: transparent;
  z-index: -1;
}
#sharkskin-footer .ribbon:after {
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -5px;
  position: absolute;
  top: 0;
  width: 5px;
}
/*@import "../sharkskin/footer2.less";*/
/*@import "../sharkskin/footer3.less";*/
/*@import "../sharkskin/footer4.less";*/
/*@import "../sharkskin/footer5.less";*/
.sidebar {
  margin-bottom: -20px;
}
.sidebar .block {
  border-top: 1px solid #0291d6;
  background: #fafafa;
  /*-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);*/
}
.sidebar .block ol,
.sidebar .block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .block ol li,
.sidebar .block ul li {
  border-bottom: 1px solid #ececec;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.sidebar .block ol li + li,
.sidebar .block ul li + li {
  border-bottom: 1px solid #ececec;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.sidebar .block dl {
  margin: 0;
}
.sidebar .block .block-title {
  padding: 8px;
  border-bottom: 1px solid #0291d6;
  background: #f5f5f5;
  text-transform: uppercase;
  font-weight: bold;
  font-family: ;
  font-weight: ;
  font-size: ;
  font-style: ;
  text-transform: ;
  letter-spacing: ;
  color: #000000;
}
.sidebar .block .block-title .collapse-button {
  margin-top: -1px;
  font-size: 11px;
  border: 1px white solid;
}
.sidebar .block .block-subtitle {
  text-transform: uppercase;
  border-bottom: 1px #f3f3f4 solid;
  margin-bottom: 8px;
}
.sidebar .block .block-content {
  /*padding: @sidebar-block-content-padding;*/
  font-size: 11px;
}
.sidebar .block .actions {
  border-top: 1px solid #f3f3f4;
  padding: 8px 0 0;
}
.sidebar .block .actions:before,
.sidebar .block .actions:after {
  content: " ";
  display: table;
}
.sidebar .block .actions:after {
  clear: both;
}
.sidebar .block .actions:before,
.sidebar .block .actions:after {
  content: " ";
  display: table;
}
.sidebar .block .actions:after {
  clear: both;
}
.sidebar .block .actions .primary-action {
  float: right;
}
.sidebar .block .actions .secondary-action {
  float: left;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.sidebar .block .actions + .block-subtitle {
  margin-top: 8px;
}
.sidebar .block .btn-remove {
  float: right;
  margin: 0 0 5px 5px;
}
.sidebar .block .btn-remove i {
  color: #0291d6;
  font-size: 18px;
}
.sidebar .block .btn-remove i:hover,
.sidebar .block .btn-remove i:focus {
  color: #026fa3;
}
.sidebar .block .mini-products-list .item:before,
.sidebar .block .mini-products-list .item:after {
  content: " ";
  display: table;
}
.sidebar .block .mini-products-list .item:after {
  clear: both;
}
.sidebar .block .mini-products-list .item:before,
.sidebar .block .mini-products-list .item:after {
  content: " ";
  display: table;
}
.sidebar .block .mini-products-list .item:after {
  clear: both;
}
.sidebar .block .mini-products-list .item .product-image {
  float: left;
  margin: 0 8px 8px 0;
}
.sidebar .block .mini-products-list .item .product-details {
  overflow: hidden;
}
.sidebar .block .mini-products-list .item .product-details .product-name {
  margin-bottom: 8px;
}
.sidebar .block .mini-products-list .item .product-details .item-action {
  clear: left;
  float: right;
}
.sidebar .block .mini-products-list .item + .item {
  border-top: 1px solid #f3f3f4;
}
@media (max-width: 767px) {
  .sidebar .sharkskin-collapse-fixed .block {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .sharkskin-collapse-fixed .block .block-title {
    padding: 0;
    border-top: none;
    background: none;
  }
  .sidebar .sharkskin-collapse-fixed .block .block-subtitle {
    text-transform: uppercase;
    border-bottom: none;
  }
  .sidebar .sharkskin-collapse-fixed .block .block-content {
    padding: 8px;
  }
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Apr 2, 2015, 3:11:15 PM
    Author     : Georgi
*/
@media (min-width: 768px) {
  .block-layered-nav .block-content dt {
    border-bottom: 1px #f3f3f4 solid;
    padding-bottom: 3px;
  }
  .block-layered-nav .block-content dd {
    padding-left: 8px;
    /*Filter Price*/
    /*End Filter Price*/
  }
  .block-layered-nav .block-content dd ol {
    margin: 6.4px 0 12px;
  }
  .block-layered-nav .block-content dd ol li a {
    color: #000;
  }
  .block-layered-nav .block-content dd ol li .get-count {
    font-weight: bold;
    color: #bbb;
  }
  .block-layered-nav .block-content dd ol.swatches li {
    display: inline-block;
    padding: 5px;
  }
  .block-layered-nav .block-content dd ol.swatches li .get-count {
    display: none;
  }
  .block-layered-nav .block-content dd .actions {
    padding: 0 10px 10px 10px;
    text-align: right;
  }
  .block-layered-nav .block-content dd .price-filter-slider {
    padding: 20px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .labels-box {
    padding: 5px 0 10px 0;
  }
  .block-layered-nav .block-content dd .price-filter-slider .labels-box span {
    color: #666;
  }
  .block-layered-nav .block-content dd .price-filter-slider .text-box {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    text-align: center;
  }
  .block-layered-nav .block-content dd .price-filter-slider .text-box .range-input-box {
    border: solid 1px #eee;
    color: #a3a2a2;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    width: 70px;
    border-radius: 3px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .button-box {
    text-align: right;
    padding-top: 10px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .button-box .go {
    background: #009ad7;
    padding: 5px 20px;
    border-radius: 2px;
    border: 0;
    outline: none;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider {
    background: #eeeeee;
    width: px;
    height: 7px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
    margin: 5px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider .ui-slider-handle {
    background: #000;
    width: 5px;
    height: 16px;
    border: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider .ui-state-focus {
    outline-width: 0;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider .ui-slider-range {
    border-radius: 0;
    background: #bbb;
    border: none;
    cursor: pointer;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.38);
  }
}
@media (max-width: 767px) {
  .block-layered-nav .collapse-button {
    display: none;
  }
  .block-layered-nav .filter-item {
    margin: 0 -10px;
    padding: 10px;
    border-bottom: #eee 1px solid;
  }
  .block-layered-nav .filter-item dt {
    display: block;
    margin-bottom: 15px;
  }
  .block-layered-nav .filter-item dd ol {
    list-style: none;
    padding: 0;
  }
  .block-layered-nav .filter-item dd ol:before,
  .block-layered-nav .filter-item dd ol:after {
    content: " ";
    display: table;
  }
  .block-layered-nav .filter-item dd ol:after {
    clear: both;
  }
  .block-layered-nav .filter-item dd ol:before,
  .block-layered-nav .filter-item dd ol:after {
    content: " ";
    display: table;
  }
  .block-layered-nav .filter-item dd ol:after {
    clear: both;
  }
  .block-layered-nav .filter-item dd li {
    border-radius: 4px;
    background: #eee;
    float: left;
    margin: 0 3% 10px 0;
    width: 30%;
    text-align: center;
    background: #5f8df6;
  }
  .block-layered-nav .filter-item dd li a {
    color: white;
    line-height: 32px;
    font-weight: bold;
  }
  .block-layered-nav .filter-item dd li .get-count {
    color: #f3f3f4;
  }
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Mar 24, 2015, 12:27:31 PM
    Author     : Georgi
*/
.block-compare .item:before,
.block-compare .item:after {
  content: " ";
  display: table;
}
.block-compare .item:after {
  clear: both;
}
.block-compare .item:before,
.block-compare .item:after {
  content: " ";
  display: table;
}
.block-compare .item:after {
  clear: both;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Mar 24, 2015, 12:45:25 PM
    Author     : Georgi
*/
.block-tags ul.tags-list {
  margin-bottom: 8px;
}
.block-tags ul.tags-list li {
  display: inline;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Mar 24, 2015, 12:50:50 PM
    Author     : Georgi
*/
.block-subscribe .form-subscribe-header {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.block-subscribe .form-subscribe-privacy {
  margin: 10px 0;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Mar 24, 2015, 2:24:54 PM
    Author     : Georgi
*/
.block-poll #poll-answers li {
  margin: 0;
  padding: 0;
}
.block-poll #poll-answers li:before,
.block-poll #poll-answers li:after {
  content: " ";
  display: table;
}
.block-poll #poll-answers li:after {
  clear: both;
}
.block-poll #poll-answers li:before,
.block-poll #poll-answers li:after {
  content: " ";
  display: table;
}
.block-poll #poll-answers li:after {
  clear: both;
}
.block-poll #poll-answers input {
  float: left;
  margin-right: 5px;
}
.block-poll #poll-answers .label,
.block-poll #poll-answers label {
  color: black;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : May 29, 2015, 12:08:34 PM
    Author     : Georgi
*/
.block-menu {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #000000;
}
#product-carousel-box {
  margin: 0 -5px;
  /* Tooltips */
  /* End Tooltips */
}
#product-carousel-box .product-box {
  margin: 0 5px;
}
#product-carousel-box .product-box:hover .product-details {
  display: block;
}
#product-carousel-box .product-box:hover .product-action {
  display: block;
}
#product-carousel-box .product-image-box {
  position: relative;
}
#product-carousel-box .product-image-box img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
#product-carousel-box .product-image-box .product-details {
  border-top: 1px solid #cecece;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
}
#product-carousel-box .product-image-box .product-details .attr-color {
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  margin: 5px 0;
}
#product-carousel-box .product-image-box .product-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
#product-carousel-box .product-image-box .product-action a {
  float: right;
  clear: right;
  min-width: 25px;
}
#product-carousel-box .product-image-box .product-action a + a {
  margin-top: 2px;
}
#product-carousel-box .product-image-box .product-labels {
  /*
			position: absolute;
            top: 0;
            left: 0;
            .product_label {
                float: left;
                clear: left;
                line-height: 16px;
                margin: 0 0 2px;
                padding: 0 3px;
                font-family: Arial;
                letter-spacing: 1px;
                font-size: 9px;
                font-weight: normal;
                text-transform: uppercase;
                .box-shadow(0 1px 3px rgba(0,0,0,.3));
                .border-right-radius(3px);
                color: #ffffff;
            }
			*/
}
#product-carousel-box .owl-carousel.owl-theme .price-box {
  min-height: 55px;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .price {
  font-size: 14px;
  font-weight: 600;
}
#product-carousel-box .owl-carousel.owl-theme .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
#product-carousel-box .owl-carousel.owl-theme .price-box a.minimal-price-link {
  display: none;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price {
  font-size: 11px;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price .price-label {
  display: none;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price .price {
  font-size: 11px;
  text-decoration: line-through;
  color: #c4c2c2;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price .discount {
  padding-left: 3px;
  color: #c4c2c2;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .special-price {
  padding: 3px 0;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .special-price .price-label {
  display: none;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .special-price .price {
  color: #cc0000;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .price-excluding-tax,
#product-carousel-box .owl-carousel.owl-theme .price-box .price-including-tax {
  display: block;
  line-height: 17px;
}
#product-carousel-box .owl-carousel.owl-theme .product-name {
  min-height: 30px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#product-carousel-box .owl-carousel.owl-theme .product-name a {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  display: block;
}
#product-carousel-box .owl-carousel.owl-theme .product-add-to-compare-box {
  padding: 5px;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  right: 20px;
  top: -30px;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 5px;
  top: -30px;
}
#product-carousel-box .tooltips-right a {
  position: relative;
  display: inline;
}
#product-carousel-box .tooltips-right a span {
  position: absolute;
  width: 100px;
  color: #666666;
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 9px;
}
#product-carousel-box .tooltips-right a span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-right: 12px solid #F0F0F0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#product-carousel-box .tooltips-right a span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#product-carousel-box .tooltips-right a:hover span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}
#product-carousel-box .tooltips-left a {
  position: relative;
  display: inline;
}
#product-carousel-box .tooltips-left a span {
  position: absolute;
  width: 100px;
  color: #666666;
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 9px;
}
#product-carousel-box .tooltips-left a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #F0F0F0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#product-carousel-box .tooltips-left a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#product-carousel-box .tooltips-left a:hover span {
  visibility: visible;
  opacity: 1;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  z-index: 999;
}
#grouped-products {
  /* Product Ratings */
}
#grouped-products .thumbnail-box {
  width: 90%;
  overflow: hidden;
  padding-bottom: 10px;
}
#grouped-products .thumbnail-box .owl-wrapper-outer {
  overflow: visible;
}
#grouped-products .thumbnail-box .owl-item {
  width: 95px !important;
}
#grouped-products .thumbnail-box .owl-item .item-thumbnails {
  cursor: pointer;
  padding: 5px;
  background: #ffffff;
  border: 2px solid #c8c8c8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
}
#grouped-products .associated-products-carousel {
  border-top: 2px solid #000;
}
#grouped-products .item-products .product-short-description {
  margin: 10px 0;
}
#grouped-products .item-products .associated-products {
  margin-top: 30px;
}
#grouped-products .item-products .associated-products .box .image {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}
#grouped-products .item-products .associated-products .box .name {
  font-size: 12px;
  visibility: hidden;
  padding: 5px 0;
}
#grouped-products .item-products .associated-products .box:hover .name {
  visibility: visible;
}
#grouped-products h2 {
  margin-bottom: 25px;
}
#grouped-products h4 {
  font-size: 20px;
}
#grouped-products h4 a {
  text-decoration: none;
  color: #000000;
}
#grouped-products h4 a:hover {
  color: #333333;
}
#grouped-products .synced {
  position: relative;
}
#grouped-products .synced .item-thumbnails {
  border-color: #000000 !important;
}
#grouped-products .synced:after {
  font-family: FontAwesome;
  content: '\f0de';
  font-size: 16px;
  position: absolute;
  bottom: -23px;
  left: 53%;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  right: 20px;
  top: -50px;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 5px;
  top: -50px;
}
#grouped-products .ratings .rating-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
#grouped-products .ratings .rating-box:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #dadcdf;
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}
#grouped-products .ratings .rating-box .rating {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#grouped-products .ratings .rating-box .rating:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #ed4e24;
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}
#grouped-products .ratings .rating-score {
  display: inline;
  overflow: hidden;
  color: #dadcdf;
  padding-left: 5px;
}
#grouped-products .ratings .rating-score span {
  color: #ed4e24;
}
#grouped-products .ratings .amount {
  font-size: 11px;
  font-weight: 600;
  color: #999;
}
.widget-blog-carousel {
  margin: 0 -5px;
}
.widget-blog-carousel .postBox {
  margin: 0 5px;
  position: relative;
  border: 1px #e1e1e1 solid;
  border-radius: 3px;
  overflow: hidden;
}
.widget-blog-carousel .postBox .postInfo {
  position: absolute;
  left: 0;
  bottom: 5px;
}
.widget-blog-carousel .postBox .postInfo .postTitle {
  display: inline-block;
  padding: 5px 10px;
  float: left;
}
.widget-blog-carousel .postBox .postInfo .postTitle a {
  color: #fff;
  text-decoration: none;
}
.widget-blog-carousel .postBox .postInfo .postReadmore {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  float: left;
  clear: left;
}
.widget-blog-carousel .postBox .postInfo .postReadmore a {
  color: #000;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div {
  display: none;
  position: absolute;
  color: #999;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
  border-radius: 0;
  text-align: center;
  width: 15px;
  height: 50px;
  top: -35px;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  left: 5px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 4px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div i {
  margin-top: 20px;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Apr 30, 2015, 2:37:33 PM
    Author     : Georgi
*/
/*Brands carousel*/
.brands-home-page h2 {
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  left: -40px;
  top: 29%;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: -40px;
  top: 28%;
}
.brands-home-page .owl-item {
  text-align: center;
}
/*End Brands carousel*/
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
/* Product list fixes */
.catalog-category-view .mysidecolumn {
  width: 20%;
}
.catalog-category-view .mycontentcolumn {
  width: 60%;
}
/* Category Landing Pages Start */
.catalog-category-view .blue {
  background-color: #1f419b;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
}
.catalog-category-view .blue a {
  color: #ffffff;
}
.catalog-category-view .blue a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .grey-blue {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #1f419b;
}
.catalog-category-view .grey-blue a {
  color: #1f419b;
}
.catalog-category-view .grey-blue a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .fuchsia {
  background-color: #ed145b;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
  min-height: 200px;
}
.catalog-category-view .fuchsia a {
  color: #ffffff;
}
.catalog-category-view .fuchsia a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .grey-fuchsia {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ed145b;
}
.catalog-category-view .grey-fuchsia a {
  color: #ed145b;
}
.catalog-category-view .grey-fuchsia a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .yellow {
  background-color: #FFC40D;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
  min-height: 200px;
}
.catalog-category-view .yellow a {
  color: #ffffff;
}
.catalog-category-view .yellow a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .grey-yellow {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #FFC40D;
}
.catalog-category-view .grey-yellow a {
  color: #FFC40D;
}
.catalog-category-view .grey-yellow a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .purple {
  background-color: #9C5AA4;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
  min-height: 200px;
}
.catalog-category-view .purple a {
  color: #ffffff;
}
.catalog-category-view .grey-purple {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #9C5AA4;
}
.catalog-category-view .grey-purple a {
  color: #9C5AA4;
}
.catalog-category-view .grey-purple a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .purple a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .bluepurple {
  background-color: #5868B0;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
  min-height: 200px;
}
.catalog-category-view .bluepurple a {
  color: #ffffff;
}
.catalog-category-view .bluepurple a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .grey-bluepurple {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #5868B0;
}
.catalog-category-view .grey-bluepurple a {
  color: #5868B0;
}
.catalog-category-view .grey-bluepurple a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .green {
  background-color: #5AAD65;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
  min-height: 200px;
}
.catalog-category-view .green a {
  color: #ffffff;
}
.catalog-category-view .green a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .grey-green {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #5AAD65;
}
.catalog-category-view .grey-green a {
  color: #5AAD65;
}
.catalog-category-view .grey-green a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .orange {
  background-color: #FF5A00;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
  min-height: 200px;
}
.catalog-category-view .orange a {
  color: #ffffff;
}
.catalog-category-view .orange a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .grey-orange {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #FF5A00;
}
.catalog-category-view .grey-orange a {
  color: #FF5A00;
}
.catalog-category-view .grey-orange a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .siel {
  background-color: #8BD3D5;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
  min-height: 200px;
}
.catalog-category-view .siel a {
  color: #ffffff;
}
.catalog-category-view .siel a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .grey-siel {
  background-color: #efefef;
  font-size: 3em;
  letter-spacing: -2px;
  color: #8BD3D5;
}
.catalog-category-view .grey-siel a {
  color: #8BD3D5;
}
.catalog-category-view .grey-siel a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .light-green {
  background-color: #90DFB9;
  font-size: 3em;
  letter-spacing: -2px;
  color: #ffffff;
}
.catalog-category-view .light-green a {
  color: #ffffff;
}
.catalog-category-view .everyday-block {
  color: #5da080;
}
.catalog-category-view .everyday-block a {
  color: #5da080;
}
.catalog-category-view .everyday-block a img {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.catalog-category-view .mycol {
  padding-top: 15px;
  padding-bottom: 15px;
}
.catalog-category-view .mycol-only-bottom {
  padding-bottom: 15px;
}
.catalog-category-view .mycol-only-top {
  padding-top: 15px;
}
.catalog-category-view .very-tall {
  height: 810px;
}
.catalog-category-view .tall {
  height: 530px;
}
.catalog-category-view .short {
  height: 250px;
}
.catalog-category-view .subcategories {
  position: absolute;
  font-size: 18px;
  letter-spacing: -1px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1s linear, transform 0.2s linear;
}
.catalog-category-view .subcategories li {
  display: block;
  margin: 15px 0;
}
.catalog-category-view .subcategories li {
  transition: transform 0.2s linear;
  transform-origin: top left;
}
.catalog-category-view .subcategories li i {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.catalog-category-view .subcategories li:hover {
  transform: scale(1.1);
}
.catalog-category-view .subcategories li:hover i {
  visibility: visible;
  opacity: 1;
}
.catalog-category-view .subcategories li:hover a {
  text-decoration: none;
}
.catalog-category-view .brands-home-page h1 {
  text-align: center;
  margin: 60px 0;
}
.catalog-category-view .prosfores-category-carousel h1 {
  text-align: center;
  margin: 60px 0;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .owl-controls {
  margin: 0;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .owl-controls .owl-buttons div.owl-prev {
  left: -4%;
  top: 33%;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .owl-controls .owl-buttons div.owl-next {
  right: -4%;
  top: 33%;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-image-box {
  position: relative;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-image-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-image-box .product-labels {
  position: absolute;
  top: 0;
  left: 3%;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-image-box .product_label {
  float: left;
  clear: left;
  line-height: 16px;
  margin: 0 0 4px;
  padding: 12px 1px 0px 1px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  width: 36px;
  height: 40px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-image-box .product_label.custom {
  padding: 6px 1px 0px 1px;
  line-height: 12px;
  font-size: 11px;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-name {
  margin: 8px 0 5px;
  line-height: 16px;
  text-align: center;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-name a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .product-name a:hover {
  text-decoration: none;
  color: #428bca;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box {
  text-align: center;
  font-weight: 600;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .price {
  text-align: center;
  font-weight: 600;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .regular-price .price {
  font-size: 20px;
  text-align: center;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .regular-price .smalldigits {
  font-size: 14px;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .old-price {
  text-align: center;
  font-size: 14px;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .old-price .price-label {
  display: inline-block;
  color: #9a9a9a;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  /*color: #c4c2c2;*/
  font-weight: 600;
  color: #9a9a9a;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .old-price .smalldigitsold {
  font-size: 10px;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .special-price {
  padding: 0;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .special-price .price-label {
  display: none;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .special-price .price {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .special-price .smalldigits {
  font-size: 14px;
}
.catalog-category-view .prosfores-category-carousel #product-carousel-box .price-box .availability {
  display: none;
}
#televisions .subcategories {
  left: -10%;
  top: 10%;
}
#televisions:hover a img {
  opacity: 0;
}
#televisions:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#dvd-blue-ray .subcategories {
  left: 10%;
  top: -10%;
}
#dvd-blue-ray:hover a img {
  opacity: 0;
}
#dvd-blue-ray:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 50%, 0);
}
#ixosustimata .subcategories {
  left: 5%;
  top: -10%;
}
#ixosustimata .subcategories ul {
  padding-left: 0;
}
#ixosustimata .subcategories li {
  display: inline-block;
  width: 50%;
  margin: 5px 0;
}
#ixosustimata:hover a img {
  opacity: 0;
}
#ixosustimata:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 40%, 0);
}
#doruforika .subcategories {
  right: -10%;
  top: 5%;
  text-align: right;
}
#doruforika .subcategories li {
  margin: 10px 0;
  transform-origin: top right;
}
#doruforika:hover a img {
  opacity: 0;
}
#doruforika:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-85%, 0, 0);
}
#accessories-eikonas .subcategories {
  left: 0%;
  top: 8%;
}
#accessories-eikonas .subcategories li {
  margin: 10px 0;
}
#accessories-eikonas:hover a img {
  opacity: 0;
}
#accessories-eikonas:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(20%, 0, 0);
}
#foritos-ixos .subcategories {
  right: -10%;
  top: 7%;
  text-align: right;
}
#foritos-ixos .subcategories li {
  transform-origin: top right;
}
#foritos-ixos:hover a img {
  opacity: 0;
}
#foritos-ixos:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-35%, 0, 0);
}
#cameras .subcategories {
  left: -10%;
  top: 20%;
}
#cameras:hover a img {
  opacity: 0;
}
#cameras:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(30%, 0, 0);
}
#psifiakoi-dektes .subcategories {
  left: 5%;
  bottom: -10%;
}
#psifiakoi-dektes:hover a img {
  opacity: 0;
}
#psifiakoi-dektes:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -120%, 0);
}
#vaseis-stiriksis .subcategories {
  right: -10%;
  top: 7%;
  text-align: right;
}
#vaseis-stiriksis .subcategories li {
  transform-origin: top right;
}
#vaseis-stiriksis:hover a img {
  opacity: 0;
}
#vaseis-stiriksis:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-45%, 0, 0);
}
#media-players .subcategories {
  right: -10%;
  top: 15%;
}
#media-players:hover a img {
  opacity: 0;
}
#media-players:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-150%, 0, 0);
}
#endoepikoinwnia .subcategories {
  right: -10%;
  top: 15%;
  text-align: right;
}
#endoepikoinwnia .subcategories li {
  transform-origin: top right;
}
#endoepikoinwnia:hover a img {
  opacity: 0;
}
#endoepikoinwnia:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-55%, 0, 0);
}
#pluntiria-rouxwn {
  height: 250px;
}
#pluntiria-rouxwn .subcategories {
  left: -10%;
  top: 10%;
}
#pluntiria-rouxwn:hover a img {
  opacity: 0;
}
#pluntiria-rouxwn:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#pluntiria-piatwn {
  height: 250px;
}
#pluntiria-piatwn .subcategories {
  left: -10%;
  top: 10%;
}
#pluntiria-piatwn:hover a img {
  opacity: 0;
}
#pluntiria-piatwn:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#kouzines {
  height: 250px;
}
#kouzines .subcategories {
  left: -10%;
  top: 10%;
}
#kouzines .subcategories li {
  margin: 5px 0;
}
#kouzines:hover a img {
  opacity: 0;
}
#kouzines:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(25%, 0, 0);
}
#katapsuktes {
  height: 250px;
}
#katapsuktes .subcategories {
  left: -10%;
  bottom: 10%;
}
#katapsuktes:hover a img {
  opacity: 0;
}
#katapsuktes:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(30%, 0, 0);
}
#psugeia {
  height: 530px;
}
#psugeia .subcategories {
  left: -10%;
  top: 25%;
}
#psugeia:hover a img {
  opacity: 0;
}
#psugeia:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(20%, 0, 0);
}
#aporrofitires {
  height: 250px;
}
#aporrofitires .subcategories {
  left: 5%;
  top: -10%;
}
#aporrofitires .subcategories ul {
  padding-left: 0;
}
#aporrofitires .subcategories li {
  display: inline-block;
  width: 50%;
  margin: 5px 0;
}
#aporrofitires:hover a img {
  opacity: 0;
}
#aporrofitires:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 30%, 0);
}
#esties {
  height: 250px;
}
#esties .subcategories {
  right: -10%;
  top: 30%;
}
#esties:hover a img {
  opacity: 0;
}
#esties:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-80%, 0, 0);
}
#set-fournos-estia {
  height: 530px;
}
#set-fournos-estia .subcategories {
  left: 30%;
  top: -10%;
}
#set-fournos-estia:hover a img {
  opacity: 0;
}
#set-fournos-estia:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 150%, 0);
}
#fournoi-mikrokumatwn {
  height: 530px;
}
#fournoi-mikrokumatwn .subcategories {
  bottom: -10%;
  right: 30%;
}
#fournoi-mikrokumatwn:hover a img {
  opacity: 0;
}
#fournoi-mikrokumatwn:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -150%, 0);
}
#thermantika-nerou {
  height: 250px;
}
#thermantika-nerou .subcategories {
  left: -10%;
  top: 10%;
}
#thermantika-nerou:hover a img {
  opacity: 0;
}
#thermantika-nerou:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(10%, 0, 0);
}
#stegnwtiria {
  height: 250px;
}
#stegnwtiria .subcategories {
  right: -10%;
  top: 15%;
}
#stegnwtiria:hover a img {
  opacity: 0;
}
#stegnwtiria:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-40%, 0, 0);
}
#mixanes-kouzinas .subcategories {
  left: -10%;
  top: 2%;
  font-size: 18px;
}
#mixanes-kouzinas .subcategories li {
  margin: 10px 0;
}
#mixanes-kouzinas:hover a img {
  opacity: 0;
}
#mixanes-kouzinas:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(10%, 0, 0);
}
#proswpiki-frontida .subcategories {
  right: 0%;
  top: -10%;
  font-size: 18px;
  width: 50%;
}
#proswpiki-frontida .subcategories ul {
  padding: 0;
}
#proswpiki-frontida .subcategories li {
  display: inline-block;
  width: 50%;
  margin: 8px 0;
}
#proswpiki-frontida:hover a img {
  opacity: 0;
}
#proswpiki-frontida:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 18%, 0);
}
#mixanes-spitiou .subcategories {
  right: -10%;
  top: 10%;
  text-align: right;
}
#mixanes-spitiou .subcategories li {
  transform-origin: top right;
}
#mixanes-spitiou:hover a img {
  opacity: 0;
}
#mixanes-spitiou:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-75%, 0, 0);
}
#siderwma .subcategories {
  left: -10%;
  top: 5%;
}
#siderwma:hover a img {
  opacity: 0;
}
#siderwma:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#kafetieres .subcategories {
  right: 10%;
  bottom: -10%;
  text-align: right;
}
#kafetieres .subcategories li {
  transform-origin: top right;
}
#kafetieres:hover a img {
  opacity: 0;
}
#kafetieres:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -30%, 0);
}
#skoupes .subcategories {
  left: 15%;
  bottom: -10%;
}
#skoupes:hover a img {
  opacity: 0;
}
#skoupes:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -30%, 0);
}
#skevi-kouzinas .subcategories {
  right: -10%;
  top: 30%;
  text-align: right;
}
#skevi-kouzinas .subcategories li {
  transform-origin: top right;
}
#skevi-kouzinas:hover a img {
  opacity: 0;
}
#skevi-kouzinas:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
#frontida-mwrou .subcategories {
  right: -10%;
  top: 10%;
  text-align: right;
}
#frontida-mwrou .subcategories li {
  transform-origin: top right;
}
#frontida-mwrou:hover a img {
  opacity: 0;
}
#frontida-mwrou:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-60%, 0, 0);
}
#foritoi-uplogistes .subcategories {
  left: -10%;
  top: 5%;
}
#foritoi-uplogistes:hover a img {
  opacity: 0;
}
#foritoi-uplogistes:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#storage .subcategories {
  right: -10%;
  top: 20%;
  text-align: right;
}
#storage .subcategories li {
  transform-origin: top right;
}
#storage:hover a img {
  opacity: 0;
}
#storage:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-60%, 0, 0);
}
#perifereiaka-upologistwn .subcategories {
  bottom: -10%;
  right: 15%;
  text-align: right;
}
#perifereiaka-upologistwn .subcategories li {
  transform-origin: top right;
}
#perifereiaka-upologistwn:hover a img {
  opacity: 0;
}
#perifereiaka-upologistwn:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -60%, 0);
}
#analwsima .subcategories {
  left: -10%;
  bottom: 20%;
}
#analwsima:hover a img {
  opacity: 0;
}
#analwsima:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#gaming .subcategories {
  left: -10%;
  top: 60%;
}
#gaming:hover a img {
  opacity: 0;
}
#gaming:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(15%, 0, 0);
}
#perifereiaka-grafeiou .subcategories {
  top: -10%;
  right: 15%;
}
#perifereiaka-grafeiou:hover a img {
  opacity: 0;
}
#perifereiaka-grafeiou:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 130%, 0);
}
#powerline .subcategories {
  left: 30%;
  bottom: 0%;
}
#powerline:hover a img {
  opacity: 0;
}
#powerline:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -300%, 0);
}
#etoima-sustimata .subcategories {
  right: -10%;
  bottom: 30%;
  text-align: right;
}
#etoima-sustimata .subcategories li {
  transform-origin: top right;
}
#etoima-sustimata:hover a img {
  opacity: 0;
}
#etoima-sustimata:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
#accessories-kinitis .subcategories {
  left: -10%;
  bottom: 10%;
}
#accessories-kinitis:hover a img {
  opacity: 0;
}
#accessories-kinitis:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(30%, 0, 0);
}
#gps .subcategories {
  top: -10%;
  right: 15%;
}
#gps:hover a img {
  opacity: 0;
}
#gps:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 100%, 0);
}
#phones .subcategories {
  left: -10%;
  top: 15%;
}
#phones:hover a img {
  opacity: 0;
}
#phones:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(50%, 0, 0);
}
#fax .subcategories {
  right: -10%;
  top: 20%;
}
#fax:hover a img {
  opacity: 0;
}
#fax:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-350%, 0, 0);
}
#air-conditions .subcategories {
  left: -10%;
  top: 20%;
}
#air-conditions:hover a img {
  opacity: 0;
}
#air-conditions:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(50%, 0, 0);
}
#anemistires .subcategories {
  left: -10%;
  bottom: 10%;
}
#anemistires:hover a img {
  opacity: 0;
}
#anemistires:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#afugrantires-ionistes .subcategories {
  left: 25%;
  bottom: -10%;
}
#afugrantires-ionistes:hover a img {
  opacity: 0;
}
#afugrantires-ionistes:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -60%, 0);
}
#thermantika .subcategories {
  right: -10%;
  bottom: 5%;
  text-align: right;
}
#thermantika .subcategories li {
  transform-origin: top right;
}
#thermantika:hover a img {
  opacity: 0;
}
#thermantika:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-60%, 0, 0);
}
#kinitiras .subcategories {
  left: 10%;
  top: -10%;
}
#kinitiras .subcategories ul {
  padding: 0;
}
#kinitiras .subcategories li {
  display: inline-block;
  width: 50%;
}
#kinitiras:hover a img {
  opacity: 0;
}
#kinitiras:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 30%, 0);
}
#turbo-parts-intercoolers .subcategories {
  right: 10%;
  top: -10%;
}
#turbo-parts-intercoolers:hover a img {
  opacity: 0;
}
#turbo-parts-intercoolers:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 10%, 0);
}
#filtra-tapes-parelkomena .subcategories {
  left: -10%;
  top: 10%;
}
#filtra-tapes-parelkomena:hover a img {
  opacity: 0;
}
#filtra-tapes-parelkomena:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(10%, 0, 0);
}
#car-audio .subcategories {
  right: -10%;
  top: 10%;
  text-align: right;
}
#car-audio .subcategories li {
  transform-origin: top right;
}
#car-audio:hover a img {
  opacity: 0;
}
#car-audio:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
#organa-parakolouthisis .subcategories {
  left: 10%;
  bottom: -10%;
}
#organa-parakolouthisis:hover a img {
  opacity: 0;
}
#organa-parakolouthisis:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -20%, 0);
}
#lipantika-antipsuktika-ugra-frenwn .subcategories {
  right: -10%;
  top: 10%;
}
#lipantika-antipsuktika-ugra-frenwn:hover a img {
  opacity: 0;
}
#lipantika-antipsuktika-ugra-frenwn:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-45%, 0, 0);
}
#elastika .subcategories {
  left: -10%;
  top: 10%;
}
#elastika:hover a img {
  opacity: 0;
}
#elastika:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#anafleksi .subcategories {
  left: -10%;
  top: 10%;
}
#anafleksi:hover a img {
  opacity: 0;
}
#anafleksi:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(20%, 0, 0);
}
#eksatmiseis .subcategories {
  right: -10%;
  top: 20%;
}
#eksatmiseis:hover a img {
  opacity: 0;
}
#eksatmiseis:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-150%, 0, 0);
}
#metadosi .subcategories {
  left: -10%;
  top: 15%;
}
#metadosi:hover a img {
  opacity: 0;
}
#metadosi:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#frena .subcategories {
  right: 20%;
  top: -10%;
}
#frena:hover a img {
  opacity: 0;
}
#frena:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 150%, 0);
}
#anartiseis .subcategories {
  right: -10%;
  top: 20%;
}
#anartiseis:hover a img {
  opacity: 0;
}
#anartiseis:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-60%, 0, 0);
}
#ilektrikes-suskeues .subcategories {
  left: 5%;
  bottom: -10%;
}
#ilektrikes-suskeues .subcategories ul {
  padding: 0;
}
#ilektrikes-suskeues .subcategories li {
  display: inline-block;
  width: 50%;
  margin: 10px 0;
}
#ilektrikes-suskeues:hover a img {
  opacity: 0;
}
#ilektrikes-suskeues:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -20%, 0);
}
#eksoplismos-ixou .subcategories {
  left: 5%;
  top: -10%;
}
#eksoplismos-ixou .subcategories ul {
  padding: 0;
}
#eksoplismos-ixou .subcategories li {
  margin: 10px 0;
}
#eksoplismos-ixou:hover a img {
  opacity: 0;
}
#eksoplismos-ixou:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 60%, 0);
}
#kalwdia .subcategories {
  right: 10%;
  top: -10%;
}
#kalwdia:hover a img {
  opacity: 0;
}
#kalwdia:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 120%, 0);
}
#lampes .subcategories {
  left: 25%;
  top: -10%;
}
#lampes:hover a img {
  opacity: 0;
}
#lampes:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 250%, 0);
}
#fakoi-anaklastires-pir .subcategories {
  left: 10%;
  top: -10%;
}
#fakoi-anaklastires-pir:hover a img {
  opacity: 0;
}
#fakoi-anaklastires-pir:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(30%, 0, 0);
}
#eksoplismos-kipou .subcategories {
  left: -10%;
  bottom: 30%;
}
#eksoplismos-kipou:hover a img {
  opacity: 0;
}
#eksoplismos-kipou:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(30%, 0, 0);
}
#kleidaries .subcategories {
  left: 10%;
  top: 20%;
}
#kleidaries:hover a img {
  opacity: 0;
}
#kleidaries:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(10%, 0, 0);
}
#accessories-spitiou .subcategories {
  right: 20%;
  bottom: -10%;
}
#accessories-spitiou:hover a img {
  opacity: 0;
}
#accessories-spitiou:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -90%, 0);
}
#zugaries .subcategories {
  right: -10%;
  top: 20%;
}
#zugaries:hover a img {
  opacity: 0;
}
#zugaries:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-60%, 0, 0);
}
#xrimatokivwtia .subcategories {
  right: -10%;
  bottom: 10%;
}
#xrimatokivwtia:hover a img {
  opacity: 0;
}
#xrimatokivwtia:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-30%, 0, 0);
}
#gia-to-spiti .subcategories {
  left: -10%;
  top: 10%;
}
#gia-to-spiti:hover a img {
  opacity: 0.1;
}
#gia-to-spiti:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(10%, 0, 0);
}
#gia-to-paidi .subcategories {
  left: -10%;
  top: 10%;
}
#gia-to-paidi:hover a img {
  opacity: 0.1;
}
#gia-to-paidi:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(20%, 0, 0);
}
#gia-ton-antra .subcategories {
  left: -10%;
  top: 30%;
}
#gia-ton-antra:hover a img {
  opacity: 0.1;
}
#gia-ton-antra:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40%, 0, 0);
}
#gia-ti-gunaika .subcategories {
  right: -10%;
  top: 10%;
  text-align: right;
}
#gia-ti-gunaika .subcategories li {
  transform-origin: top right;
}
#gia-ti-gunaika:hover a img {
  opacity: 0.1;
}
#gia-ti-gunaika:hover .subcategories {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-20%, 0, 0);
}
/* Category Landing Pages End */
.catalog-category-view .toolbar-top {
  position: absolute;
  top: -65px;
  right: -30%;
}
.catalog-category-view .categorytitle {
  /*background-color: #23366e;*/
  color: #000000;
  margin: 10px auto;
  padding: 8px 0 3px 0;
}
.catalog-category-view .categorytitle h1 {
  margin-top: 0;
  padding-left: 15px;
}
.category-title a.link-rss {
  float: right;
  margin-top: 15px;
  color: black;
}
.category-title a.link-rss:before {
  content: "\f09e";
  color: #ed4e24;
  margin-right: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category-title a.link-rss:hover,
.category-title a.link-rss:focus {
  text-decoration: underline;
}
.category-banner {
  background: #fffbf9;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category-banner .image-box {
    max-width: 40%;
    float: left;
  }
  .category-banner .image-box img {
    max-height: 250px;
    width: auto;
  }
}
.category-banner .text-box {
  padding: 15px;
  font-size: 14px;
  overflow: hidden;
  display: none !important;
}
.category-banner:before,
.category-banner:after {
  content: " ";
  display: table;
}
.category-banner:after {
  clear: both;
}
.category-banner:before,
.category-banner:after {
  content: " ";
  display: table;
}
.category-banner:after {
  clear: both;
}
.category-cms-block {
  margin-bottom: 20px;
}
.category-products {
  /*
     * Before List Container for no left only
     * Contains the filter and compare list when there is no left column
     */
  /* Grid View */
  /* End Grid View */
  /* List View */
  /* End List View */
  /* Double List View */
  /* End Double List View */
  /* Product Labels */
  /* General */
}
@media (min-width: 768px) {
  .category-products .products-list-before #catalogLeftnavContainer {
    float: left;
    width: 28%;
  }
  .category-products .products-list-before .block-layered-nav .block-title {
    font-size: 19px;
    line-height: 72px;
    border-right: 1px #eee solid;
    z-index: 901;
    background: #fff;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
  }
  .category-products .products-list-before .block-layered-nav .block-title strong {
    font-weight: normal;
  }
  .category-products .products-list-before .block-layered-nav .block-title:after {
    float: right;
    content: "\f107";
    color: #dc1f26;
    margin-top: 22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px #999 solid;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .category-products .products-list-before .block-layered-nav .block-title .collapse-button {
    display: none;
  }
  .category-products .products-list-before .block-layered-nav .block-content {
    position: absolute;
    display: none;
    z-index: 900;
    background: #f8f8f8;
    border: 1px #e1e1e1 solid;
    border-top: none;
    padding: 15px;
    left: -1px;
    right: -1px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
  .category-products .products-list-before .block-layered-nav .block-content .actions {
    display: block;
    float: none;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item {
    width: 33%;
    float: left;
    height: 170px;
    overflow-y: auto;
    border: 15px transparent solid;
    -webkit-box-shadow: 0 1px 0 #eeeeee;
    box-shadow: 0 1px 0 #eeeeee;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dt {
    text-transform: uppercase;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd ol {
    list-style: none;
    padding: 0;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd a {
    color: black;
    line-height: 20px;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd a:hover,
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd a:focus {
    text-decoration: underline;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd .get-count {
    color: #999;
    margin-left: 5px;
  }
  .category-products .products-list-before .block-layered-nav .block-content .block-subtitle {
    display: none;
  }
  .category-products .products-list-before .block-layered-nav:hover .block-title,
  .category-products .products-list-before .block-layered-nav:focus .block-title {
    background: #f8f8f8;
  }
  .category-products .products-list-before .block-layered-nav:hover .block-content,
  .category-products .products-list-before .block-layered-nav:focus .block-content {
    display: block;
  }
}
.category-products .products-list-before .products-list-compare {
  /*border: 1px solid #e1e1e1;*/
  margin: 0 -15px 20px -15px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.category-products .products-list-before .products-list-compare:before,
.category-products .products-list-before .products-list-compare:after {
  content: " ";
  display: table;
}
.category-products .products-list-before .products-list-compare:after {
  clear: both;
}
.category-products .products-list-before .products-list-compare:before,
.category-products .products-list-before .products-list-compare:after {
  content: " ";
  display: table;
}
.category-products .products-list-before .products-list-compare:after {
  clear: both;
}
.category-products .products-list-before .products-list-compare .compare-title {
  float: left;
  font-size: 19px;
  line-height: 72px;
  padding: 0 15px;
}
.category-products .products-list-before .products-list-compare .compare-title small,
.category-products .products-list-before .products-list-compare .compare-title .empty {
  display: block;
  font-size: 12px;
}
.category-products .products-list-before .products-list-compare .compare-content {
  float: right;
  margin-right: 15px;
}
.category-products .products-list-before .products-list-compare .compare-content ul {
  display: inline;
  list-style: none;
  padding: 0;
}
.category-products .products-list-before .products-list-compare .compare-content ul li {
  position: relative;
  background: #fcfcfd;
  margin: 11px 5px;
  display: inline-block;
  border: 1px dotted #c7c7c7;
  width: 49px;
  height: 49px;
  vertical-align: middle;
}
.category-products .products-list-before .products-list-compare .compare-content ul li img {
  float: left;
}
.category-products .products-list-before .products-list-compare .compare-content ul li a.btn-remove {
  position: absolute;
  padding: 0;
  margin: 0;
  right: -8px;
  top: -13px;
  font-size: 18px;
  color: #f85556;
}
.category-products .products-list-before .products-list-compare .compare-content ul li a.btn-remove i {
  background: white;
}
.category-products .products-list-before .products-list-compare .actions {
  display: inline-block;
  margin: 12px 0 0 3px;
}
.category-products .products-list-before .products-list-compare .actions .btn-compare {
  height: 49px;
}
.category-products .products-list-before .products-list-compare .actions .btn-compare i {
  font-size: 18px;
  line-height: 37px;
}
.category-products .products-grid {
  margin-bottom: 10px;
}
.category-products .products-grid .item {
  position: relative;
  text-align: left;
}
.category-products .products-grid .item .product-info {
  /*min-height: @category-list-item-minheight;*/
  min-height: 150px;
  position: relative;
  text-align: center;
}
.category-products .products-grid .item .product-info:before,
.category-products .products-grid .item .product-info:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info:after {
  clear: both;
}
.category-products .products-grid .item .product-info:before,
.category-products .products-grid .item .product-info:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info:after {
  clear: both;
}
.category-products .products-grid .item .product-info .list_swatch_container:before,
.category-products .products-grid .item .product-info .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info .list_swatch_container:after {
  clear: both;
}
.category-products .products-grid .item .product-info .list_swatch_container:before,
.category-products .products-grid .item .product-info .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info .list_swatch_container:after {
  clear: both;
}
.category-products .products-grid .item .product-info .list_swatch_container .list-swatch-option {
  float: left;
}
.category-products .products-grid .item .product-info .list_swatch_container .list-swatch-option + .list-swatch-option {
  margin-left: 5px;
}
.category-products .products-grid .item .product-info .list_swatch_container .list-swatch-option .list-swatch-img {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.category-products .products-grid .item .actions {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.category-products .products-grid .item .actions .btn.add-to-cart {
  width: 100%;
  background-color: #23366e;
  border-radius: 0;
  padding: 1px 0;
  font-size: 20px;
}
.category-products .products-grid .item .actions .catalog_list_wedding_registry {
  position: absolute;
  left: 0%;
  bottom: 0%;
  bottom: -25px;
  height: 25px;
  font-size: 11px;
  line-height: 20px;
  /*background-color: rgba(237, 20, 90, 0.34);*/
  background-color: #69165b;
  width: 100%;
  text-align: center;
  padding: 2px;
}
.category-products .products-grid .item .actions .catalog_list_wedding_registry a {
  color: white;
  text-decoration: none;
}
.category-products .products-grid .item .actions .catalog_list_wedding_registry a:hover {
  text-decoration: none;
}
.category-products .products-grid .item .actions .catalog_list_wedding_registry .firstline {
  display: block;
}
.category-products .products-grid .item .actions .catalog_list_wedding_registry .secondline {
  display: block;
}
.category-products .products-grid .item .product-list-grid-box {
  margin: 20px 0;
  border: 1px solid transparent;
}
.category-products .products-grid .item .product-list-grid-box .image-container {
  position: relative;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a {
  float: right;
  clear: right;
  min-width: 25px;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a + a {
  margin-top: 2px;
}
.category-products .products-grid .item .product-list-grid-box .image-container .iwd-quick-view-button {
  position: absolute;
  height: auto;
  top: 53px;
  right: 5px;
  min-width: 26px;
  float: right;
  clear: right;
  width: auto;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #22366e;
  border-color: transparent;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.category-products .products-grid .item .product-list-grid-box .image-container .iwd-quick-view-button .text-button {
  color: #FFFFFF;
  line-height: inherit;
  font-size: 0px;
}
.category-products .products-grid .item .product-list-grid-box .image-container .iwd-quick-view-button .text-button .fa-search {
  font-size: 13px;
  line-height: initial;
}
.category-products .products-grid .item .product-list-grid-box .image-container:hover .product-action {
  display: block;
}
.category-products .products-grid .item .product-list-grid-box .product-labels {
  float: left;
  position: absolute;
  top: 0;
  left: -5%;
}
.category-products .products-grid .item .product-list-grid-box .product-labels .product_label {
  display: block;
  text-align: center;
}
.category-products .products-grid .item .product-list-grid-box .product-name {
  margin: 8px 0 5px;
  line-height: 16px;
}
.category-products .products-grid .item .product-list-grid-box .product-name a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.category-products .products-grid .item .product-list-grid-box .product-name a:hover {
  color: #428bca;
  text-decoration: none;
}
.category-products .products-grid .item .product-list-grid-box .product-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.category-products .products-grid .item .product-list-grid-box .ratings {
  padding: 4px 0;
}
.category-products .products-grid .item .product-list-grid-box .actions .qty {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .actions .cart-icon {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .availability {
  position: absolute;
  bottom: 30px;
  margin: 0;
  height: 30px;
  width: 100%;
  font-size: 12px;
}
.category-products .products-grid .item .product-list-grid-box .availability img {
  width: 25px;
}
.category-products .products-grid .item .product-list-grid-box .availability .tt,
.category-products .products-grid .item .product-list-grid-box .availability .amstockstatus {
  line-height: 20px;
  display: inline-block;
}
.category-products .products-grid .item .product-list-grid-box .availability .amstockstatus.amsts_263 {
  color: #399100;
}
.category-products .products-grid .item .product-list-grid-box .availability .amstockstatus.amsts_262 {
  color: #ffc709;
}
.category-products .products-grid .item .product-list-grid-box .availability .amstockstatus.amsts_261 {
  color: #3e68ff;
}
.category-products .products-grid .item .product-list-grid-box .price-box {
  padding-bottom: 33px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .availability {
  position: absolute;
  bottom: 30px;
  margin: 0;
  height: 30px;
  width: 100%;
  font-size: 12px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .availability img {
  width: 25px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .availability .tt,
.category-products .products-grid .item .product-list-grid-box .price-box .availability .amstockstatus {
  line-height: 20px;
  display: inline-block;
}
.category-products .products-grid .item .product-list-grid-box .price-box .availability .amstockstatus.amsts_263 {
  color: #399100;
}
.category-products .products-grid .item .product-list-grid-box .price-box .availability .amstockstatus.amsts_262 {
  color: #ffc709;
}
.category-products .products-grid .item .product-list-grid-box .price-box .availability .amstockstatus.amsts_261 {
  color: #3e68ff;
}
.category-products .products-grid .item .product-list-grid-box .price-box .price {
  font-size: 20px;
  font-weight: 600;
}
.category-products .products-grid .item .product-list-grid-box .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
.category-products .products-grid .item .product-list-grid-box .price-box a.minimal-price-link {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .price-box .regular-price {
  padding-top: 22px;
  display: block;
}
.category-products .products-grid .item .product-list-grid-box .price-box .regular-price .smalldigits {
  font-size: 14px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price {
  font-size: 12px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price .price-label {
  display: inline-block;
  /*color: #c4c2c2;*/
  color: #9a9a9a;
  font-weight: 600;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price .price {
  font-size: 12px;
  text-decoration: line-through;
  /*color: #c4c2c2;*/
  color: #9a9a9a;
  font-weight: 600;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price .smalldigitsold {
  font-size: 10px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .special-price {
  padding: 3px 0;
}
.category-products .products-grid .item .product-list-grid-box .price-box .special-price .price-label {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .price-box .special-price .price {
  color: #000000;
}
.category-products .products-grid .item .product-list-grid-box .price-box .special-price .smalldigits {
  font-size: 14px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .price-excluding-tax,
.category-products .products-grid .item .product-list-grid-box .price-box .price-including-tax {
  display: block;
  line-height: 17px;
}
.category-products .products-grid .item .product-list-grid-box .checkquantity {
  display: none;
  font-size: 10px;
  color: #b73030;
  margin-top: -2px;
  position: absolute;
  bottom: -4px;
  left: 15%;
}
.category-products .products-list {
  margin-bottom: 15px;
}
.category-products .products-list .item {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.75);
}
.category-products .products-list .item .row {
  margin-left: -1px;
  margin-right: -1px;
}
.category-products .products-list .item + .item {
  /*border-top: 2px solid #f5f5f5;*/
  /*padding-top: 20px;*/
}
.category-products .products-list .item .product-labels {
  float: left;
  position: absolute;
  top: 0;
  left: -5%;
}
.category-products .products-list .item .product-labels .product_label {
  display: block;
  text-align: center;
}
.category-products .products-list .item .broduct-brand {
  /*padding: 8px 0;*/
  width: 30%;
}
.category-products .products-list .item .product-name {
  /*padding-top: 20px;*/
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: bold;
}
.category-products .products-list .item .product-name a {
  color: #000;
  text-decoration: none;
}
.category-products .products-list .item .product-name a:hover {
  color: #428bca;
  text-decoration: none;
}
.category-products .products-list .item .product-sku {
  color: #878787;
}
.category-products .products-list .item .attributes-title {
  font-weight: bold;
  font-size: 11px;
  margin-top: 10px;
}
.category-products .products-list .item .attributes-text {
  font-size: 11px;
}
.category-products .products-list .item .product-list-image-box {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
}
.category-products .products-list .item .product-list-image-box .product-image {
  display: inline-block;
  max-width: 100%;
}
.category-products .products-list .item .product-list-image-box .iwd-quick-view-button {
  display: none !important;
}
.category-products .products-list .item .list_swatch_container {
  margin: 0 0 10px;
}
.category-products .products-list .item .list_swatch_container:before,
.category-products .products-list .item .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-list .item .list_swatch_container:after {
  clear: both;
}
.category-products .products-list .item .list_swatch_container:before,
.category-products .products-list .item .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-list .item .list_swatch_container:after {
  clear: both;
}
.category-products .products-list .item .list_swatch_container .list-swatch-option {
  float: left;
}
.category-products .products-list .item .list_swatch_container .list-swatch-option + .list-swatch-option {
  margin-left: 5px;
}
.category-products .products-list .item .list_swatch_container .list-swatch-option .list-swatch-img {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.category-products .products-list .item .product-info,
.category-products .products-list .item .product-price {
  /*margin-bottom: 20px;*/
  height: 250px;
}
.category-products .products-list .item .product-price {
  text-align: center;
  border-left: solid 1px #23366e;
  position: relative;
}
.category-products .products-list .item .list_additional_data {
  margin-top: 20px;
  font-size: 11px;
}
.category-products .products-list .item .list_additional_data .additional-left-column {
  display: inline-block;
  width: 60%;
  float: left;
}
.category-products .products-list .item .list_additional_data .additional-right-column {
  display: inline-block;
  width: 40%;
  float: left;
}
.category-products .products-list .item .list_additional_data .attribute-name-bold {
  font-weight: bold;
}
.category-products .products-list .item .availability {
  padding: 0;
  margin: 0;
  font-size: 12px;
  position: absolute;
  bottom: 20%;
  left: 20%;
  width: 60%;
}
.category-products .products-list .item .availability img {
  width: 25px;
}
.category-products .products-list .item .availability .tt,
.category-products .products-list .item .availability .amstockstatus {
  line-height: 14px;
  display: inline-block;
  float: left;
}
.category-products .products-list .item .availability .amstockstatus.amsts_263 {
  color: #399100;
}
.category-products .products-list .item .availability .amstockstatus.amsts_262 {
  color: #ffc709;
}
.category-products .products-list .item .availability .amstockstatus.amsts_261 {
  color: #3e68ff;
}
.category-products .products-list .item .catalog_list_wedding_registry {
  position: absolute;
  left: 0%;
  bottom: 0%;
  /*background-color: rgba(237, 20, 90, 0.34);*/
  background-color: #69165b;
  width: 100%;
  text-align: center;
  padding: 2px;
}
.category-products .products-list .item .catalog_list_wedding_registry a {
  color: white;
}
.category-products .products-list .item .catalog_list_wedding_registry a:hover {
  text-decoration: none;
}
.category-products .products-list .item .catalog_list_wedding_registry .firstline {
  display: block;
}
.category-products .products-list .item .catalog_list_wedding_registry .secondline {
  display: block;
}
.category-products .products-list .item .extra-info {
  font-weight: bold;
  font-size: 11px;
  color: #666;
  margin-bottom: 15px;
  border-top: solid 1px #23366e;
  /*.catalog_list_wedding_registry {
					display: inline-block;
					font-size: 7pt;
					padding: 12.5px 3px;
					border-left: solid 1px #ED145A!important;
				}*/
}
.category-products .products-list .item .extra-info .ratings {
  display: inline-block;
}
.category-products .products-list .item .extra-info .ratings + .extra-info-item {
  margin-left: 11px;
  position: relative;
}
.category-products .products-list .item .extra-info .ratings + .extra-info-item:before {
  content: "|";
  position: absolute;
  left: -10px;
  color: black;
}
.category-products .products-list .item .extra-info .catalog_list_rating {
  display: inline-block;
  text-align: center;
  padding: 10px 0px 10px 0px;
  border-right: solid 1px #23366e;
  float: left;
}
.category-products .products-list .item .extra-info .catalog_list_compare {
  display: inline-block;
  padding: 9px 10px;
  border-right: solid 1px #23366e;
  float: left;
}
.category-products .products-list .item .extra-info .catalog_list_compare a {
  color: #000000;
  text-decoration: none;
}
.category-products .products-list .item .extra-info .catalog_list_compare a:hover {
  color: #428bca;
  text-decoration: none;
}
.category-products .products-list .item .extra-info .catalog_list_wishlist {
  display: inline-block;
  padding: 9px 10px;
  border-right: solid 1px #23366e;
  float: left;
}
.category-products .products-list .item .extra-info .catalog_list_wishlist a {
  color: #000000;
  text-decoration: none;
}
.category-products .products-list .item .extra-info .catalog_list_wishlist a:hover {
  color: #428bca;
  text-decoration: none;
}
.category-products .products-list .item .extra-info .catalog_list_qv {
  display: inline-block;
  padding: 9px 10px;
  float: left;
}
.category-products .products-list .item .extra-info .catalog_list_qv .my-quick-view-button {
  display: block;
  cursor: pointer;
  color: #000000;
}
.category-products .products-list .item .extra-info .catalog_list_qv .my-quick-view-button .text-button i {
  color: #000000;
  font-size: 16px;
  padding-right: 5px;
}
.category-products .products-list .item .extra-info .catalog_list_qv .my-quick-view-button:hover span {
  color: #428bca;
}
.category-products .products-list .item .extra-info .catalog_list_qv .my-quick-view-button-old {
  display: block;
  cursor: pointer;
  color: #000000;
}
.category-products .products-list .item .extra-info .catalog_list_qv .my-quick-view-button-old .text-button i {
  color: #000000;
  font-size: 18px;
  padding-right: 5px;
}
.category-products .products-list .item .extra-info .catalog_list_add-to-cart .add-to-cart {
  width: 100%;
  background-color: #23366e;
  color: #ffffff;
  padding: 1px 0;
  border-radius: 0;
  font-size: 24px;
}
.category-products .products-list .item .extra-info .extra-info-item + .extra-info-item {
  margin-left: 11px;
  position: relative;
}
.category-products .products-list .item .extra-info .extra-info-item + .extra-info-item:before {
  content: "|";
  position: absolute;
  left: -10px;
  color: black;
}
.category-products .products-list .item .quick-view {
  background: #ebebeb;
  border: 0;
  color: #666;
}
.category-products .products-list .item .in-stock {
  font-size: 12px;
  /*font_weight: bold;*/
  color: black;
}
.category-products .products-list .item .price-box .price {
  font-size: 15px;
  /*font-weight: 600;*/
}
.category-products .products-list .item .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
.category-products .products-list .item .price-box .old-price {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  font-size: 16px;
}
.category-products .products-list .item .price-box .old-price .price-label {
  display: inline-block;
  /*color: #c4c2c2;*/
  color: #9a9a9a;
  font-weight: 600;
}
.category-products .products-list .item .price-box .old-price .price {
  font-size: 16px;
  text-decoration: line-through;
  /*color: #c4c2c2;*/
  color: #9a9a9a;
  font-weight: 600;
}
.category-products .products-list .item .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
.category-products .products-list .item .price-box .old-price .smalldigitsold {
  font-size: 14px;
}
.category-products .products-list .item .price-box .special-price {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.category-products .products-list .item .price-box .special-price .price-label {
  display: none;
}
.category-products .products-list .item .price-box .special-price .price {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}
.category-products .products-list .item .price-box .special-price .smalldigits {
  font-size: 22px;
}
.category-products .products-list .item .price-box .regular-price {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.category-products .products-list .item .price-box .regular-price .price {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}
.category-products .products-list .item .price-box .regular-price .smalldigits {
  font-size: 22px;
}
.category-products .products-double-list {
  margin-top: -20px;
  margin-bottom: 15px;
}
.category-products .products-double-list .flex-row {
  display: flex;
}
.category-products .products-double-list .item {
  position: relative;
  width: 49%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.75);
}
.category-products .products-double-list .item .row {
  margin-left: -1px;
  margin-right: -1px;
}
.category-products .products-double-list .item + .item {
  /*border-top: 2px solid #f5f5f5;*/
  /*padding-top: 20px;*/
}
.category-products .products-double-list .item .product-name {
  padding-top: 20px;
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: bold;
}
.category-products .products-double-list .item .product-name a {
  color: #000;
  text-decoration: none;
}
.category-products .products-double-list .item .product-name a:hover {
  color: #428bca;
  text-decoration: none;
}
.category-products .products-double-list .item .product-list-image-box {
  height: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
}
.category-products .products-double-list .item .product-list-image-box .product-image {
  display: inline-block;
  max-width: 100%;
}
.category-products .products-double-list .item .product-list-image-box .iwd-quick-view-button {
  display: none !important;
}
.category-products .products-double-list .item .list_swatch_container {
  margin: 0 0 10px;
}
.category-products .products-double-list .item .list_swatch_container:before,
.category-products .products-double-list .item .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-double-list .item .list_swatch_container:after {
  clear: both;
}
.category-products .products-double-list .item .list_swatch_container:before,
.category-products .products-double-list .item .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-double-list .item .list_swatch_container:after {
  clear: both;
}
.category-products .products-double-list .item .list_swatch_container .list-swatch-option {
  float: left;
}
.category-products .products-double-list .item .list_swatch_container .list-swatch-option + .list-swatch-option {
  margin-left: 5px;
}
.category-products .products-double-list .item .list_swatch_container .list-swatch-option .list-swatch-img {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.category-products .products-double-list .item .product-info,
.category-products .products-double-list .item .product-price {
  /*margin-bottom: 20px;*/
  height: 100%;
}
.category-products .products-double-list .item .col-image {
  height: 100%;
}
.category-products .products-double-list .item .name-desc {
  padding: 0;
  height: 100%;
}
.category-products .products-double-list .item .name-desc-row {
  height: 100%;
}
.category-products .products-double-list .item .desc {
  padding-bottom: 10px;
}
.category-products .products-double-list .item .product-price {
  text-align: center;
  border-left: solid 1px #23366e;
}
.category-products .products-double-list .item .product-labels {
  padding-top: 20px;
}
.category-products .products-double-list .item .top-info {
  height: 100%;
  padding-bottom: 39px;
}
.category-products .products-double-list .item .extra-info {
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  font-weight: bold;
  font-size: 11px;
  color: #666;
  border-top: solid 1px #23366e;
}
.category-products .products-double-list .item .extra-info .ratings {
  display: inline-block;
}
.category-products .products-double-list .item .extra-info .ratings + .extra-info-item {
  margin-left: 11px;
  position: relative;
}
.category-products .products-double-list .item .extra-info .ratings + .extra-info-item:before {
  content: "|";
  position: absolute;
  left: -10px;
  color: black;
}
.category-products .products-double-list .item .extra-info .catalog_list_rating {
  display: inline-block;
  text-align: center;
  padding: 10px 0px 10px 0px;
  border-right: solid 1px #23366e;
  float: left;
}
.category-products .products-double-list .item .extra-info .catalog_list_compare {
  display: inline-block;
  padding: 9px 5px;
  border-right: solid 1px #23366e;
  float: left;
}
.category-products .products-double-list .item .extra-info .catalog_list_wishlist {
  display: inline-block;
  padding: 9px 5px;
  border-right: solid 1px #23366e;
  float: left;
}
.category-products .products-double-list .item .extra-info .catalog_list_wishlist a {
  color: #000000;
  text-decoration: none;
}
.category-products .products-double-list .item .extra-info .catalog_list_wishlist a:hover {
  color: #428bca;
  text-decoration: none;
}
.category-products .products-double-list .item .extra-info .catalog_list_qv {
  display: inline-block;
  padding: 9px 5px;
  border-right: solid 1px #23366e;
  float: left;
}
.category-products .products-double-list .item .extra-info .catalog_list_qv .my-quick-view-button {
  font-size: 14px;
  color: black;
  cursor: pointer;
}
.category-products .products-double-list .item .extra-info .catalog_list_qv .my-quick-view-button .text-button span {
  display: none;
}
.category-products .products-double-list .item .extra-info .catalog_list_qv .my-quick-view-button-old {
  font-size: 14px;
  color: black;
  cursor: pointer;
}
.category-products .products-double-list .item .extra-info .catalog_list_qv .my-quick-view-button-old .text-button span {
  display: none;
}
.category-products .products-double-list .item .extra-info .catalog_list_wedding_registry {
  position: absolute;
  top: -50%;
  background-color: rgba(237, 20, 90, 0.34);
  width: 149%;
  left: -50%;
  text-align: center;
}
.category-products .products-double-list .item .extra-info .catalog_list_wedding_registry a {
  color: white;
}
.category-products .products-double-list .item .extra-info .in-stock {
  display: inline-block;
  font-size: 12px;
  padding: 9px 8px;
  float: left;
  color: black;
  margin: 0;
}
.category-products .products-double-list .item .extra-info .catalog_list_add-to-cart .add-to-cart {
  width: 100%;
  background-color: #23366e;
  color: #ffffff;
  padding: 1px 0;
  border-radius: 0;
  font-size: 24px;
}
.category-products .products-double-list .item .extra-info .extra-info-item + .extra-info-item {
  margin-left: 11px;
  position: relative;
}
.category-products .products-double-list .item .extra-info .extra-info-item + .extra-info-item:before {
  content: "|";
  position: absolute;
  left: -10px;
  color: black;
}
.category-products .products-double-list .item .quick-view {
  background: #ebebeb;
  border: 0;
  color: #666;
}
.category-products .products-double-list .item .price-box .price {
  font-size: 15px;
  /*font-weight: 600;*/
}
.category-products .products-double-list .item .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
.category-products .products-double-list .item .price-box .old-price .price-label {
  display: none;
}
.category-products .products-double-list .item .price-box .old-price .price {
  text-decoration: line-through;
  color: #c4c2c2;
}
.category-products .products-double-list .item .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
.category-products .products-double-list .item .price-box .special-price .price-label {
  display: none;
}
.category-products .products-double-list .item .price-box .special-price .price {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
}
.category-products .products-double-list .item .price-box .regular-price .price {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
}
.category-products .products-double-list .item.left {
  margin-right: 1%;
}
.category-products .products-double-list .item.right {
  margin-left: 1%;
}
.category-products .product_label {
  display: inline-block;
  clear: left;
  line-height: 16px;
  margin: 0 4px 4px 0;
  padding: 12px 1px 0px 3px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  width: 36px;
  height: 40px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.category-products .product_label.sale {
  padding: 12px 1px 0px 1.5px;
}
.category-products .product_label.custom {
  padding: 6px 0px 0px 0px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 12px;
}
.category-products .product-image img.main,
.category-products .product-image img.hover {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.category-products .product-image img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.category-products .product-image:hover img.hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Price Map Popup*/
.map-popup {
  position: absolute;
  background: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  border: 2px #ddd solid;
  padding: 10px;
  width: 300px;
  margin-top: 10px;
  z-index: 900;
}
.map-popup .map-popup-close {
  position: absolute;
  right: -12px;
  top: -14px;
  font-size: 18px;
  background: white;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ddd;
}
.map-popup .map-popup-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  z-index: 1001;
}
.map-popup .map-popup-heading h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.map-popup .map-popup-text {
  font-size: 11px;
}
.map-popup .map-popup-checkout {
  margin-top: 10px;
  text-align: right;
}
.map-popup .map-popup-content {
  font-size: 12px;
  margin-bottom: 10px;
}
.map-popup .map-popup-content .price-box {
  display: inline-block;
}
.sharkSkinUnlimScrollBtn {
  padding: 15px 0 35px;
  text-align: center;
}
.sharkSkinUnlimScrollBtn .btn-unlimscroll {
  padding-left: 50px;
  padding-right: 50px;
}
.catalogSearchProductList .category-products .products-double-list {
  margin-top: 0px;
  margin-bottom: 0px;
}
#popular-categories .mixin-gradient {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNmNGY2ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNlNGU1ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(77%, #f4f6f5), color-stop(78%, #e4e5e7), color-stop(78%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
#popular-categories .section {
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
#popular-categories .section:before,
#popular-categories .section:after {
  content: " ";
  display: table;
}
#popular-categories .section:after {
  clear: both;
}
#popular-categories .section:before,
#popular-categories .section:after {
  content: " ";
  display: table;
}
#popular-categories .section:after {
  clear: both;
}
#popular-categories .section h1 {
  margin-top: 0;
  color: #000000;
}
#popular-categories .section h3 {
  color: #000000;
  margin-left: 10px;
  font-size: 24px;
  margin-bottom: 25px;
}
#popular-categories .section .image-box {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNmNGY2ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNlNGU1ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(77%, #f4f6f5), color-stop(78%, #e4e5e7), color-stop(78%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  width: 100%;
  height: 300px;
  position: relative;
}
#popular-categories .section .image-box img {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#popular-categories .section .links-box {
  border-right: 1px solid #dddce1;
  min-height: 150px;
  margin: 0 15px;
}
#popular-categories .section .links-box ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 10px;
}
#popular-categories .section .links-box ul li {
  margin: 0;
  margin-bottom: 7px;
}
#popular-categories .section .links-box ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;
}
#popular-categories .section .links-box ul li a:before {
  font-family: FontAwesome;
  content: '\f105';
  padding-right: 8px;
  color: #b7b7b7;
  font-size: 16px;
}
#popular-categories .section .links-box ul li a:hover {
  text-decoration: none;
  color: #b7b7b7;
}
#popular-categories .section .noborder {
  border: 0;
}
#popular-categories .section2 {
  margin-bottom: 50px;
}
#popular-categories .section2 .popular-categories-box {
  padding: 0 10px;
}
#popular-categories .section2 .popular-categories-box h4 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000000;
}
#popular-categories .section2 .popular-categories-box h2 {
  margin-top: 0;
}
#popular-categories .section2 .popular-categories-box p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
#popular-categories .section2 .popular-categories-box.rounded {
  border-radius: 5px;
}
#popular-categories .section2 .popular-categories-box.bkg {
  padding: 15px 10px 25px 10px;
  background: #f6f6f6;
}
#popular-categories .section2 .popular-categories-box .img-box {
  text-align: center;
}
#popular-categories .section2 .popular-categories-box .img-box.space-left {
  margin-left: 20px;
}
#popular-categories .section2 .popular-categories-box .img-box.space-right {
  margin-right: 20px;
}
#popular-categories .section2 .popular-categories-box .btn-light-blue {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0px 1px 5px #969696;
  background-image: -webkit-linear-gradient(top, #7ea4fa 0%, #5887f5 100%);
  background-image: linear-gradient(to bottom, #7ea4fa 0%, #5887f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ea4fa', endColorstr='#ff5887f5', GradientType=0);
  margin-top: 6px;
}
#popular-categories .section2 .popular-categories-box .video {
  margin-top: 20px;
}
#popular-categories .section3 .popular-categories-box {
  padding: 0 10px;
}
#popular-categories .section3 .popular-categories-box h4 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000000;
}
#popular-categories .section3 .popular-categories-box h2 {
  margin-top: 0;
}
#popular-categories .section3 .popular-categories-box p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
#popular-categories .section3 .popular-categories-box.rounded {
  border-radius: 3px;
}
#popular-categories .section3 .popular-categories-box.bkg-white {
  padding: 15px 10px 25px 10px;
  background: #ffffff;
}
#popular-categories .section3 .popular-categories-box .img-box {
  text-align: center;
}
#popular-categories .section3 .popular-categories-box .img-box.space-left {
  margin-left: 20px;
}
#popular-categories .section3 .popular-categories-box .img-box.space-right {
  margin-right: 20px;
}
#popular-categories .section3 .popular-categories-box .btn-light-blue {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0px 1px 5px #969696;
  background-image: -webkit-linear-gradient(top, #7ea4fa 0%, #5887f5 100%);
  background-image: linear-gradient(to bottom, #7ea4fa 0%, #5887f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ea4fa', endColorstr='#ff5887f5', GradientType=0);
  margin-top: 6px;
}
#popular-categories .section3 .popular-categories-box .video {
  margin-top: 20px;
}
#popular-categories .separator {
  margin: 30px 0;
  border-top: 3px solid #f4f4f6;
  height: 1px;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
#category-right-column {
  margin-bottom: 20px;
  /*.box-shadow(@sidebar-block-box-shadow);*/
}
#category-right-column .category-right-column-title {
  background-color: #ffffff;
  color: #23366e;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 8px 0%;
}
#category-right-column .item {
  border-bottom: solid 1px #23366e;
}
#category-right-column .item .product-box {
  margin: 20px 0;
  text-align: center;
}
#category-right-column .item .compare-price {
  width: 50%;
  margin: 0 auto;
  display: block;
  height: 42px;
}
#category-right-column .item .compare-price .compare {
  padding: 4px;
  float: left;
}
#category-right-column .item .compare-price .price {
  /*padding-left: 10%;
				height: 40px;
				float: left;*/
}
#category-right-column .item .compare-price .availability {
  display: none;
}
#category-right-column .item .product-name {
  width: 80%;
  margin-left: 10%;
}
#category-right-column .item .product-name a {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
#category-right-column .item .more-info a {
  color: #000000;
}
#category-right-column .item .product-name a:hover,
#category-right-column .item .more-info a:hover {
  text-decoration: none;
  color: #428bca;
}
#category-right-column .item .product-image-box {
  position: relative;
  width: 75%;
  margin-left: 12.5%;
}
#category-right-column .item .product-image-box img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
#category-right-column .item .price-box .price {
  font-size: 21px;
  font-weight: 600;
}
#category-right-column .item .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
#category-right-column .item .price-box a.minimal-price-link {
  display: none;
}
#category-right-column .item .price-box .regular-price {
  color: #000000;
}
#category-right-column .item .price-box .regular-price .smalldigits {
  font-size: 16px;
}
#category-right-column .item .price-box .old-price {
  display: none;
  float: left;
  font-size: 11px;
}
#category-right-column .item .price-box .old-price .price-label {
  color: #c4c2c2;
  font-size: 15px;
  line-height: 35px;
}
#category-right-column .item .price-box .old-price .price {
  font-size: 15px;
  line-height: 35px;
  text-decoration: line-through;
  color: #c4c2c2;
}
#category-right-column .item .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
#category-right-column .item .price-box .old-price .smalldigits {
  font-size: 12px;
}
#category-right-column .item .price-box .special-price {
  /*float: right;*/
}
#category-right-column .item .price-box .special-price .price-label {
  display: none;
}
#category-right-column .item .price-box .special-price .price {
  color: #000000;
}
#category-right-column .item .price-box .special-price .smalldigits {
  font-size: 16px;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
.product-page-fullwidth-container {
  width: 100%;
}
.product-page {
  margin-top: 100px;
  /*
	.wide-shadow {
        @media (min-width: @grid-float-breakpoint) {
            position: relative;
            &:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: -300%;
                width: 700%;
                background: white;
                @box-shadow: 0 4px 4px rgba(0,0,0,.1); 
                .box-shadow(@box-shadow);
            }
        }
    }
	*/
  /*	#bundler { display: none; } */
}
.product-page .container {
  padding: 0;
  background-color: transparent !important;
}
.product-page .product-scroll-menu {
  display: none;
  list-style: none;
  position: fixed;
  bottom: 30%;
  left: 0%;
  width: 70px;
  height: auto;
  border: 2px solid #000000;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  background: #000000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 101;
}
.product-page .product-scroll-menu .white-bar {
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 101;
}
.product-page .product-scroll-menu li {
  padding: 5px;
}
.product-page .product-scroll-menu a {
  outline: none;
  color: #ffffff;
}
.product-page .product-scroll-menu A:hover {
  color: #ed145a;
}
.product-page.popup {
  max-width: 400px;
}
.product-page.popup .product-media-box .product-image-container {
  width: 390px;
}
.product-page.popup .product-media-box .product-gallery {
  display: none;
}
.product-page .product-media-box {
  margin-bottom: 30px;
  /* Product Gallery */
  /* Product Labels */
}
.product-page .product-media-box .product-image-container {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 15px;
}
.product-page .product-media-box .product-image-container #product-image {
  cursor: -webkit-zoom-in;
}
.product-page .product-media-box .product-gallery {
  position: relative;
}
@media (min-width: 768px) {
  .product-page .product-media-box .product-image-container {
    width: 370px;
  }
  .product-page .product-media-box .product-gallery .jcarousel-vertical {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .product-page .product-media-box .product-image-container {
    width: 405px;
  }
  .product-page .product-media-box .product-gallery .jcarousel-vertical {
    height: 300px;
  }
}
@media (min-width: 1260px) {
  .product-page .product-media-box .product-image-container {
    width: 520px;
  }
  .product-page .product-media-box .product-gallery .jcarousel-vertical {
    height: 450px;
  }
}
.product-page .product-media-box .ratings-big {
  text-align: center;
}
.product-page .product-media-box .ratings-big .rating-box:before {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 5px;
}
.product-page .product-media-box .ratings-big .rating-box .rating:before {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 5px;
}
.product-page .product-media-box .product-gallery .jcarousel-button {
  text-align: center;
}
.product-page .product-media-box .product-gallery .jcarousel-button a {
  color: #000;
  font-size: 16px;
  line-height: 1px;
}
.product-page .product-media-box .product-gallery .jcarousel-button a.inactive {
  color: #999;
}
.product-page .product-media-box .product-gallery .jcarousel-vertical {
  position: relative;
  overflow: hidden;
}
.product-page .product-media-box .product-gallery .jcarousel-vertical ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.product-page .product-media-box .product-gallery .jcarousel-vertical ul li {
  padding: 5px 0;
}
.product-page .product-media-box .product-gallery .jcarousel-vertical ul li:hover a img {
  border: 1px #faf7f6 solid;
}
.product-page .product-media-box .product-gallery .jcarousel-vertical ul li a img {
  border: 1px #e1e1e1 solid;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.product-page .product-media-box .product-gallery .jcarousel-vertical ul li a.active img {
  border: none;
  padding: 1px 1px 0;
  border-bottom: 3px solid #faf7f6;
}
.product-page .product-media-box .product-labels {
  position: absolute;
  top: 0;
  right: -50px;
  clear: left;
}
.product-page .product-media-box .product-labels .product_label {
  display: block;
  line-height: 20px;
  padding: 19px 1px 0px 7px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 56px;
  height: 64px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.product-page .product-media-box .product-labels .product_label.sale {
  padding: 19px 1px 0px 6px;
}
.product-page .product-media-box .product-icons {
  position: absolute;
  bottom: 20%;
  right: -65px;
  clear: left;
  width: 80px;
  text-align: center;
}
.product-page .product-media-box .product-icons a {
  display: inline-block;
  color: #000;
}
.product-page .product-media-box .product-icons a img {
  width: 35px;
  display: block;
  margin: 0 auto;
}
.product-page .product-short-info-box {
  /*table*/
  /*Bundle product*/
}
.product-page .product-short-info-box .product-labels {
  margin-left: 15px;
}
.product-page .product-short-info-box .product-labels:before,
.product-page .product-short-info-box .product-labels:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-labels:after {
  clear: both;
}
.product-page .product-short-info-box .product-labels:before,
.product-page .product-short-info-box .product-labels:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-labels:after {
  clear: both;
}
.product-page .product-short-info-box .product-labels .product_label {
  float: left;
  text-align: center;
  min-width: 90px;
  margin-right: 5px;
  padding: 2px 10px 2px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.product-page .product-short-info-box .shadow-price-box {
  z-index: 3;
  position: relative;
  padding: 0 20px 20px 20px;
  margin-top: -20px;
  margin-bottom: 60px;
  min-height: 540px;
  color: #000000;
}
.product-page .product-short-info-box .product-shop-container #price-box-additional {
  display: none;
}
.product-page .product-short-info-box .product-shop-container .expand-price-box {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 4;
}
.product-page .product-short-info-box .product-shop-container .expand-price-box #toggle-price-box {
  background: #f4f4f4;
  height: 30px;
  line-height: 20px;
  padding: 0 20px;
  position: relative;
  left: -50%;
  display: block;
  text-align: center;
  cursor: pointer;
  color: #000000;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.product-page .product-short-info-box .product-shop-container .expand-price-box #toggle-price-box .toggle-sign {
  color: #e70033;
  font-size: 12px;
}
.product-page .product-short-info-box .product-shop-container .expand-price-box #toggle-price-box .toggle-text {
  font-weight: 600;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products .variations-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.expand ul,
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.expand ol {
  margin-bottom: 15px;
  max-height: 125px;
  opacity: 1;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations ul,
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations ol {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: initial;
  display: flex;
  padding: 0;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations li {
  -webkit-flex-basis: -webkit-calc((100% - 50px) / 4);
  -ms-flex-preferred-size: calc((100% - 50px) / 4);
  flex-basis: calc((100% - 50px) / 4);
  max-width: -webkit-calc((100% - 50px) / 4);
  max-width: calc((100% - 50px) / 4);
  position: relative;
  padding: 20px 10px 20px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #fff;
  margin-left: 2%;
  margin-bottom: 15px;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations li.card-variant a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  font: bold 12px/15px Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations li.card-variant a > p {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations li.card-variant .price-details {
  font-size: 11px;
  font-weight: normal;
  color: #707070;
  margin-top: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations li.card-variant .price-details em {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
  color: #000;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations li:not(.selected):hover {
  border: 1px solid #bbb;
}
.product-page .product-short-info-box .product-shop-container .mgfastrelated_products.sku-variations li.selected {
  border: 1px solid #1c7ece;
}
.product-page .product-short-info-box .product-shop-container .product-name {
  border-bottom: 2px solid #ececec;
}
.product-page .product-short-info-box .product-shop-container .product-name h1 {
  margin-top: 0;
  font-size: 29px;
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-short-info-box .product-shop-container .product-name .broduct-brand {
  display: inline-block;
  width: 24%;
}
.product-page .product-short-info-box .product-shop-container .link-price-alert,
.product-page .product-short-info-box .product-shop-container .link-stock-alert {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.product-page .product-short-info-box .product-shop-container .link-price-alert a:hover,
.product-page .product-short-info-box .product-shop-container .link-stock-alert a:hover,
.product-page .product-short-info-box .product-shop-container .link-price-alert a:focus,
.product-page .product-short-info-box .product-shop-container .link-stock-alert a:focus {
  text-decoration: none;
}
.product-page .product-short-info-box .product-shop-container .extra-info {
  font-weight: 600;
  font-size: 11px;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto {
  margin-bottom: 10px;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto .ratings {
  display: inline;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto .ratings:after {
  content: "|";
  padding: 0 7px;
  text-align: top;
  line-height: 14px;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links {
  margin: 0;
  padding: 0;
  display: inline;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li {
  display: inline;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li a {
  color: #000000;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li a i {
  color: #000000;
}
.product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li + li:before {
  content: "|";
  padding: 0 9px 0 7px;
  text-align: top;
  line-height: 14px;
}
.product-page .product-short-info-box .product-shop-container .extra-info .broduct-brand {
  margin-bottom: 10px;
}
.product-page .product-short-info-box .product-shop-container .price-box {
  margin: 10px 0 30px 0;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}
.product-page .product-short-info-box .product-shop-container .price-box .regular-price .price,
.product-page .product-short-info-box .product-shop-container .price-box .special-price .price,
.product-page .product-short-info-box .product-shop-container .price-box .full-product-price .price {
  font-size: 1.6vw;
  font-weight: bold;
}
.product-page .product-short-info-box .product-shop-container .product-options dd {
  margin-bottom: 10px;
}
.product-page .product-short-info-box .product-shop-container .product-page-cart-box {
  margin: 30px 0 30px;
  width: 100%;
}
.product-page .product-short-info-box .product-shop-container .product-page-cart-box:before,
.product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  clear: both;
}
.product-page .product-short-info-box .product-shop-container .product-page-cart-box:before,
.product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  clear: both;
}
.product-page .product-short-info-box .product-shop-container .product-page-cart-box label {
  display: none;
}
.product-page .product-short-info-box .product-shop-container input.qty {
  display: inline-block;
  width: 60%;
  outline: none;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.product-page .product-short-info-box .product-shop-container input.qty.qty-disabled {
  background: none;
}
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 45px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 7px 0 3px;
  border-radius: 2px;
}
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a {
  display: block;
  line-height: 19px;
  text-align: center;
  color: #999;
}
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a:hover,
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a:focus {
  color: black;
}
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a.qty-inc {
  top: 0;
}
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a.qty-dec {
  bottom: 0;
  margin-top: 2px;
}
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a.qty-dec i {
  border-top: 1px solid #ccc;
  padding-top: 4px;
}
.product-page .product-short-info-box .product-shop-container .qty-holder {
  width: 20%;
  float: left;
  display: inline-block;
}
.product-page .product-short-info-box .product-shop-container .qty-holder input,
.product-page .product-short-info-box .product-shop-container .qty-holder .product-page-qty-buttons {
  float: left;
  height: 45px;
}
.product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:before,
.product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  clear: both;
}
.product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:before,
.product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  clear: both;
}
.product-page .product-short-info-box .product-shop-container .qty-holder + .btn-add-to-cart {
  vertical-align: bottom;
  background: #000000;
}
.product-page .product-short-info-box .product-shop-container .button-holder {
  width: 80%;
  float: left;
}
.product-page .product-short-info-box .product-shop-container .btn-primary {
  background: #000000;
  width: 100%;
  height: 45px;
  line-height: 30px;
  font-size: 20px;
  border-color: #000000;
}
.product-page .product-short-info-box .product-shop-container .btn-primary:hover {
  background: rgba(0, 0, 0, 0.8);
}
.product-page .product-short-info-box .product-shop-container .product-share {
  margin: 40px 0;
  text-align: center;
}
.product-page .product-short-info-box .product-shop-container .product-share .at-share-btn {
  border-radius: 2px;
}
.product-page .product-short-info-box .product-shop-container .swatch_container:before,
.product-page .product-short-info-box .product-shop-container .swatch_container:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-shop-container .swatch_container:after {
  clear: both;
}
.product-page .product-short-info-box .product-shop-container .swatch_container:before,
.product-page .product-short-info-box .product-shop-container .swatch_container:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .product-shop-container .swatch_container:after {
  clear: both;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0 5px 0 0;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option span.swatch-label {
  margin-top: 5px;
  color: #999;
  white-space: nowrap;
  line-height: 11px;
  font-size: 9px;
  position: absolute;
  top: -14px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-img,
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-img.selected,
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html.selected {
  border-color: #000;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html {
  text-align: center;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html .color {
  width: 100%;
  height: 100%;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .is-popup {
  position: absolute;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .is-popup:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  bottom: -8px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #ccc;
}
.product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .is-popup img {
  max-width: none;
  border-radius: 3px;
}
.product-page .product-short-info-box .product-shop-container .is-hidden {
  display: none;
}
.product-page .product-short-info-box .product-shop-container .hidden-select {
  display: none;
}
.product-page .product-short-info-box .price-container {
  position: relative;
}
.product-page .product-short-info-box .price-container .priceDescountPercentage {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 25%;
  margin: 5px;
  color: #e80000;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.product-page .product-short-info-box .price-box {
  position: relative;
  background-color: #ffffff;
  height: 50px;
  width: 100%;
}
.product-page .product-short-info-box .price-box .regular-price .price-label,
.product-page .product-short-info-box .price-box .special-price .price-label,
.product-page .product-short-info-box .price-box .full-product-price .price-label {
  display: none;
}
.product-page .product-short-info-box .price-box .special-price {
  display: inline-block;
  margin: 0px;
  width: 45%;
  text-align: center;
  line-height: 36px;
}
.product-page .product-short-info-box .price-box .special-price .price {
  color: #000000;
  font-size: 1.2vw;
}
.product-page .product-short-info-box .price-box .special-price .price:before {
  content: "Τιμή: ";
  font-weight: 400;
  font-size: 1vw;
}
.product-page .product-short-info-box .price-box .regular-price {
  width: 100%;
  display: block;
}
.product-page .product-short-info-box .price-box .regular-price .price {
  color: #000000;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 1.2vw;
}
.product-page .product-short-info-box .price-box .regular-price .price:before {
  content: "Τιμή: ";
  font-weight: 400;
  font-size: 1vw;
}
.product-page .product-short-info-box .price-box .old-price {
  display: inline-block;
  width: 40%;
  margin: 5px;
  color: #000000;
  font-size: 1vw;
  font-weight: 600;
  line-height: 40px;
}
.product-page .product-short-info-box .price-box .old-price:before {
  content: "Από: ";
  font-weight: 400;
  display: inline-block;
}
.product-page .product-short-info-box .price-box .old-price .price-label {
  display: none;
}
.product-page .product-short-info-box .price-box .old-price .price {
  display: inline-block;
  text-decoration: line-through;
}
.product-page .product-short-info-box .price-box .old-price .discount {
  font-size: 12px;
  color: #ffffff;
  display: none;
}
.product-page .product-short-info-box .price-box .price-as-configured .price-label {
  display: none;
}
.product-page .product-short-info-box .tier-prices {
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  padding: 5px;
  border-radius: 3px;
}
.product-page .product-short-info-box .tier-prices li {
  display: block;
}
.product-page .product-short-info-box .availability-sku .availability {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
}
.product-page .product-short-info-box .availability-sku .availability.in-stock {
  color: #008000;
  display: inline-block;
}
.product-page .product-short-info-box .availability-sku .availability.out-of-stock {
  color: #ff0000;
  display: inline-block;
}
.product-page .product-short-info-box .availability-sku .availability.only-few {
  color: #e59a1d;
  display: inline-block;
}
.product-page .product-short-info-box .availability-sku .availability .tt,
.product-page .product-short-info-box .availability-sku .availability .amstockstatus {
  line-height: 40px;
  display: inline-block;
}
.product-page .product-short-info-box .availability-sku .availability .amstockstatus.amsts_263 {
  color: #399100;
}
.product-page .product-short-info-box .availability-sku .availability .amstockstatus.amsts_262 {
  color: #ffc709;
}
.product-page .product-short-info-box .availability-sku .availability .amstockstatus.amsts_261 {
  color: #3964ff;
}
.product-page .product-short-info-box .availability-sku .shipping-delimiter {
  padding: 0 9px 0 7px;
  text-align: top;
  line-height: 14px;
}
.product-page .product-short-info-box .availability-sku .product-sku {
  margin-bottom: 10px;
  display: inline-block;
  /*color: fade(@product_page_price_box_add_to_link_color, 50%);*/
  color: #000000;
}
.product-page .product-short-info-box .estimate-shipping-cost {
  margin: 30px 0;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: 15px 0;
}
.product-page .product-short-info-box .estimate-shipping-cost .estimate-title {
  /* text-align: center; */
  font-weight: bold;
  margin-bottom: 10px;
  width: 75%;
  text-align: left;
  margin-left: 25%;
}
.product-page .product-short-info-box .estimate-shipping-cost .courier-cost {
  margin-top: 20px;
}
.product-page .product-short-info-box .estimate-shipping-cost .courier-cost .image-left {
  width: 35%;
  padding: 0 4%;
  display: inline-block;
  float: left;
}
.product-page .product-short-info-box .estimate-shipping-cost .courier-cost .image-left img {
  width: 100%;
}
.product-page .product-short-info-box .estimate-shipping-cost .courier-cost .shipping-right {
  width: 64%;
  display: inline-block;
}
.product-page .product-short-info-box .estimate-shipping-cost .courier-cost .shipping-right .acs-cost span {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8vw;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .image-left {
  width: 25%;
  padding: 0 4%;
  display: inline-block;
  float: left;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .image-left img {
  width: 100%;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shipping-right {
  width: 74%;
  display: inline-block;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost form#shippingcosts {
  display: inline-block;
  width: 75%;
  margin-left: 25%;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform {
  margin: 5% 0 0 0;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .fancy-input {
  width: 50%;
  float: left;
  margin: 0;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .fancy-input .fancy-input__field--yoshiko {
  width: 100%;
  padding: 0;
  font-size: 0.8vw;
  height: 30px;
  line-height: 25px;
  border-radius: 0;
  text-align: center;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .fancy-input .fancy-input__label--yoshiko {
  margin: 0;
  bottom: 100%;
  line-height: 25px;
  height: 40px;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .fancy-input .fancy-input__label--yoshiko .fancy-input__label-content--yoshiko::after {
  font-weight: 600;
  letter-spacing: 0;
  bottom: 70%;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .fancy-input .fancy-input__label--yoshiko.unfocused .fancy-input__label-content--yoshiko::after {
  display: none;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .btn-primary {
  width: 48%;
  float: right;
  font-size: 0.8vw;
  padding: 0;
  height: 30px;
  line-height: 25px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 0;
  color: #000000;
  font-weight: 600;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .shippingcostsresult {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.product-page .product-short-info-box .estimate-shipping-cost .metaforiki-cost .shippingcostsform .shippingcostsresult .shippingfinalprice {
  display: inline-block;
  font-weight: 600;
  margin: 3% 0;
  font-size: 0.8vw;
}
.product-page .product-short-info-box .data-table {
  margin: 10px 0;
}
.product-page .product-short-info-box .data-table th,
.product-page .product-short-info-box .data-table td {
  padding: 0 10px 0 0;
}
.product-page .product-short-info-box .data-table .price {
  font-size: 16px !important;
}
.product-page .product-short-info-box .data-table .qty-box {
  min-width: 80px;
}
.product-page .product-short-info-box .data-table .out-of-stock {
  font-size: 11px;
}
.product-page .product-short-info-box #product-options-wrapper {
  margin-top: 10px;
}
.product-page .product-short-info-box .input-box .options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-page .product-short-info-box .input-box .options-list li:before,
.product-page .product-short-info-box .input-box .options-list li:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .input-box .options-list li:after {
  clear: both;
}
.product-page .product-short-info-box .input-box .options-list li:before,
.product-page .product-short-info-box .input-box .options-list li:after {
  content: " ";
  display: table;
}
.product-page .product-short-info-box .input-box .options-list li:after {
  clear: both;
}
.product-page .product-short-info-box .input-box .options-list li input[type="radio"],
.product-page .product-short-info-box .input-box .options-list li input[type="checkbox"] {
  float: left;
  margin-left: 10px;
  margin-top: 1px;
}
.product-page .product-short-info-box .input-box .options-list li .label {
  color: #000000;
  display: inline-block;
  font-size: 90%;
  white-space: normal;
  text-align: left;
  width: 90%;
  float: left;
}
.product-page .product-short-info-box .qty-holder label {
  display: none;
}
.product-page .product-details-box {
  color: #666666;
}
.product-page .product-details-box .title-line {
  border-bottom: 4px #f4f4f4 solid;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.product-page table#product-attribute-specs-table {
  width: 100%;
}
.product-page table#product-attribute-specs-table tr td,
.product-page table#product-attribute-specs-table tr th {
  padding: 5px;
  color: #666666;
}
.product-page table#product-attribute-specs-table tr.odd {
  background: #f5f5f5;
}
.product-page table#product-attribute-specs-table tr.even {
  background: #fff;
}
.product-page #perigrafi,
.product-page #bundler,
.product-page #installmentsask,
.product-page #reviews {
  background-color: rgba(36, 53, 110, 0.1);
}
.product-page .product-description-box {
  padding: 0 10px;
  margin: 40px auto;
}
.product-page .product-description-box h4 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000000;
}
.product-page .product-description-box h2 {
  color: #333333;
}
.product-page .product-description-box p {
  font-size: 12px;
  line-height: 20px;
}
.product-page .product-description-box.rounded {
  border-radius: 3px;
}
.product-page .product-description-box.bkg {
  padding: 15px 10px 25px 10px;
  background: #f6f6f6;
}
.product-page .product-description-box .img-box {
  text-align: center;
}
.product-page .product-description-box .img-box.space-left {
  margin-left: 20px;
}
.product-page .product-description-box .img-box.space-right {
  margin-right: 20px;
}
.product-page .product-description-box .btn-light-blue {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0px 1px 5px #969696;
  background-image: -webkit-linear-gradient(top, #7ea4fa 0%, #5887f5 100%);
  background-image: linear-gradient(to bottom, #7ea4fa 0%, #5887f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ea4fa', endColorstr='#ff5887f5', GradientType=0);
  margin-top: 6px;
}
.product-page .product-description-box .video {
  margin-top: 20px;
}
.product-page .description-separator {
  margin: 30px 0;
  border-top: 3px solid #f4f4f6;
  height: 1px;
}
.product-page .product-reviews-box {
  margin: 40px auto;
}
.product-page .product-reviews-box h2 {
  border-bottom: 4px #f4f4f4 solid;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.product-page .product-reviews-box .line-chart {
  margin-bottom: 5px;
}
.product-page .product-reviews-box .line-chart .line-chart-line {
  position: relative;
  margin: 4px 0 0;
  width: 75%;
}
.product-page .product-reviews-box .line-chart .line-chart-line div {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-page .product-reviews-box .line-chart .line-chart-line .bkg {
  background-color: #dadde3;
  z-index: 1;
}
.product-page .product-reviews-box .line-chart .line-chart-line .score {
  background-color: #ed4e24;
  z-index: 2;
}
.product-page .product-reviews-box .line-chart .line-chart-label {
  font-size: 11px;
}
.product-page .product-reviews-box .ratings-big {
  margin-bottom: 30px;
}
.product-page .product-reviews-box .ratings-big .amount {
  margin-left: 10px;
}
.product-page .product-reviews-box .ratings-big .amount a {
  color: black;
  font-weight: 600;
}
.product-page .product-reviews-box .buttons-reviews a + a {
  margin-left: 10px;
}
.product-page .product-reviews-box .product-review {
  border-top: 1px #e5e5e5 solid;
  margin-top: 20px;
  padding-top: 20px;
  color: #666666;
}
.product-page .product-reviews-box .product-review .review-summary {
  margin-bottom: 10px;
  color: #999999;
}
.product-page .product-reviews-box .product-review .review-summary .ratings {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.product-page .product-reviews-box .product-review .review-summary .ratings .rating-box:before {
  font-size: 14px;
}
.product-page .product-reviews-box .product-review .review-summary .ratings .rating-box .rating:before {
  font-size: 14px;
}
.product-page .product-reviews-box .product-review .review-title {
  margin-bottom: 10px;
}
.product-page .product-reviews-box .product-review .review-title a {
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.product-page .product-reviews-box .product-review .review-author {
  margin-bottom: 10px;
  font-weight: 600;
  color: #666666;
}
.product-page .product-reviews-box .reviews-actions {
  border-top: 1px #e5e5e5 solid;
  margin-top: 20px;
  padding-top: 20px;
}
.product-page .product-reviews-box #add-review {
  display: block;
}
.product-page .product-reviews-box #add-review h4 {
  margin-bottom: 15px;
}
.product-page .product-reviews-box #add-review .data-table#product-review-table th {
  padding-right: 14px;
  font-size: 12px;
  padding-bottom: 4px;
}
.product-page .product-reviews-box #add-review .data-table#product-review-table td {
  padding-bottom: 3px;
}
.product-page .product-reviews-box #add-review .data-table#product-review-table input {
  display: none;
}
.product-page .product-reviews-box #add-review .rating-radio i {
  /*
					color: #dadcdf;
                    font-size: 20px;
					*/
  width: 20px;
  height: 20px;
  line-height: 28px;
  font-size: 0px;
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/review-bad-icon-small-mobile.png');
  background-size: 100% 100%;
}
.product-page .product-reviews-box #add-review .rating-radio.active i {
  /*
                    color: @product_page_reviews_rating_color;
					*/
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/review-good-icon-small-mobile.png');
  background-size: 100% 100%;
}
.product-page .product-reviews-box #add-review .form-list {
  padding: 20px 0;
}
.product-page .product-reviews-box #add-review .form-list li {
  padding-bottom: 18px;
  margin: 0;
}
.product-page .product-reviews-box #add-review .form-list textarea {
  height: 100px;
}
.product-page .product-reviews-box #add-review .form-list input.input-text,
.product-page .product-reviews-box #add-review .form-list textarea {
  border: 1px solid #dbdbdb;
  width: 100%;
}
.product-page .bundler-box {
  margin: 40px auto;
}
.product-page .product-page-related,
.product-page .product-page-upsell {
  margin: 40px auto;
}
.product-page .product-page-related h2,
.product-page .product-page-upsell h2 {
  border-bottom: 4px #f4f4f4 solid;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.product-page .product-page-related .item,
.product-page .product-page-upsell .item {
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid 1px;
  height: 282px;
  position: relative;
  text-align: center;
}
.product-page .product-page-related .item .product-box,
.product-page .product-page-upsell .item .product-box {
  margin: 10px 0;
  border: 1px solid transparent;
}
.product-page .product-page-related .item .product-box .product-image-box,
.product-page .product-page-upsell .item .product-box .product-image-box {
  position: relative;
}
.product-page .product-page-related .item .product-box .product-image-box .product-labels,
.product-page .product-page-upsell .item .product-box .product-image-box .product-labels {
  position: absolute;
  top: 0;
  left: 3%;
}
.product-page .product-page-related .item .product-box .product-image-box .product_label,
.product-page .product-page-upsell .item .product-box .product-image-box .product_label {
  float: left;
  clear: left;
  line-height: 16px;
  margin: 0 0 4px;
  padding: 12px 1px 0px 1px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  width: 36px;
  height: 40px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.product-page .product-page-related .item .product-box .product-image-box .product_label.custom,
.product-page .product-page-upsell .item .product-box .product-image-box .product_label.custom {
  padding: 6px 1px 0px 1px;
  line-height: 12px;
  font-size: 11px;
}
.product-page .product-page-related .item .product-box .product-name,
.product-page .product-page-upsell .item .product-box .product-name {
  margin: 0px 0px 5px 0px;
  line-height: 16px;
}
.product-page .product-page-related .item .product-box .product-name a,
.product-page .product-page-upsell .item .product-box .product-name a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.product-page .product-page-related .item .product-box .product-name a:hover,
.product-page .product-page-upsell .item .product-box .product-name a:hover {
  text-decoration: none;
  color: #428bca;
}
.product-page .product-page-related .item .product-box .price-box,
.product-page .product-page-upsell .item .product-box .price-box {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.product-page .product-page-related .item .product-box .price-box .price,
.product-page .product-page-upsell .item .product-box .price-box .price {
  font-size: 20px;
  font-weight: 600;
}
.product-page .product-page-related .item .product-box .price-box a.minimal-price-link,
.product-page .product-page-upsell .item .product-box .price-box a.minimal-price-link {
  display: none;
}
.product-page .product-page-related .item .product-box .price-box .regular-price .smalldigits,
.product-page .product-page-upsell .item .product-box .price-box .regular-price .smalldigits {
  font-size: 14px;
}
.product-page .product-page-related .item .product-box .price-box .old-price,
.product-page .product-page-upsell .item .product-box .price-box .old-price {
  text-align: left;
  line-height: 0.3;
}
.product-page .product-page-related .item .product-box .price-box .old-price .price-label,
.product-page .product-page-upsell .item .product-box .price-box .old-price .price-label {
  font-weight: 600;
  color: #9a9a9a;
}
.product-page .product-page-related .item .product-box .price-box .old-price .price,
.product-page .product-page-upsell .item .product-box .price-box .old-price .price {
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #000000;
  font-weight: 600;
  color: #9a9a9a;
}
.product-page .product-page-related .item .product-box .price-box .old-price .discount,
.product-page .product-page-upsell .item .product-box .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #000000;
}
.product-page .product-page-related .item .product-box .price-box .old-price .smalldigitsold,
.product-page .product-page-upsell .item .product-box .price-box .old-price .smalldigitsold {
  font-size: 10px;
}
.product-page .product-page-related .item .product-box .price-box .availability,
.product-page .product-page-upsell .item .product-box .price-box .availability {
  display: none;
}
.product-page .product-page-related .item .product-box .price-box .special-price .price-label,
.product-page .product-page-upsell .item .product-box .price-box .special-price .price-label {
  display: none;
}
.product-page .product-page-related .item .product-box .price-box .special-price .price,
.product-page .product-page-upsell .item .product-box .price-box .special-price .price {
  color: #000000;
}
.product-page .product-page-related .item .product-box .price-box .special-price .smalldigits,
.product-page .product-page-upsell .item .product-box .price-box .special-price .smalldigits {
  font-size: 14px;
}
.product-page .product-page-related .item .product-box .details-container:hover .details,
.product-page .product-page-upsell .item .product-box .details-container:hover .details {
  display: none;
}
.product-page .product-page-related .item .product-box .details-container:hover .more-details,
.product-page .product-page-upsell .item .product-box .details-container:hover .more-details {
  display: block;
}
.product-page .product-page-related .item .product-box .details,
.product-page .product-page-upsell .item .product-box .details {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 22px;
  padding-top: 3px;
  background-color: #24356e;
}
.product-page .product-page-related .item .product-box .details a,
.product-page .product-page-upsell .item .product-box .details a {
  color: #ffffff;
  text-decoration: none;
}
.product-page .product-page-related .item .product-box .details a:hover,
.product-page .product-page-upsell .item .product-box .details a:hover {
  text-decoration: none;
}
.product-page .product-page-related .item .product-box .more-details,
.product-page .product-page-upsell .item .product-box .more-details {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 126px;
  height: 146px;
  background-color: #24356e;
}
.product-page .product-page-related #owl-product-page-related .owl-controls,
.product-page .product-page-upsell #owl-product-page-related .owl-controls,
.product-page .product-page-related #owl-product-page-upsell .owl-controls,
.product-page .product-page-upsell #owl-product-page-upsell .owl-controls {
  margin: 0;
}
.product-page .product-page-related #owl-product-page-related .owl-controls .owl-buttons div,
.product-page .product-page-upsell #owl-product-page-related .owl-controls .owl-buttons div,
.product-page .product-page-related #owl-product-page-upsell .owl-controls .owl-buttons div,
.product-page .product-page-upsell #owl-product-page-upsell .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.product-page .product-page-related #owl-product-page-related .owl-controls .owl-buttons div.owl-prev,
.product-page .product-page-upsell #owl-product-page-related .owl-controls .owl-buttons div.owl-prev,
.product-page .product-page-related #owl-product-page-upsell .owl-controls .owl-buttons div.owl-prev,
.product-page .product-page-upsell #owl-product-page-upsell .owl-controls .owl-buttons div.owl-prev {
  left: -4%;
  top: 33%;
}
.product-page .product-page-related #owl-product-page-related .owl-controls .owl-buttons div.owl-next,
.product-page .product-page-upsell #owl-product-page-related .owl-controls .owl-buttons div.owl-next,
.product-page .product-page-related #owl-product-page-upsell .owl-controls .owl-buttons div.owl-next,
.product-page .product-page-upsell #owl-product-page-upsell .owl-controls .owl-buttons div.owl-next {
  right: -4%;
  top: 33%;
}
.product-page .product-installments-box {
  margin: 40px auto;
}
.product-page .product-installments-box h2 {
  border-bottom: 4px #f4f4f4 solid;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.product-page .product-installments-box .installments-askyourprice {
  display: flex;
}
.product-page .product-installments-box .installments {
  padding: 0;
  display: flex;
  margin-right: 10px;
}
.product-page .product-installments-box .installments .installmentsoverlay {
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/loan-pay.jpg');
  background-size: 100% 100%;
  padding: 10% 0;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.product-page .product-installments-box .installments .installmentsoverlay .numInstallments {
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
}
.product-page .product-installments-box .installments .installmentsoverlay .row-three-boxes {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.product-page .product-installments-box .installments .installmentsoverlay .row-three-boxes .info {
  display: inline-block;
  width: auto;
  margin-left: 1%;
  padding: 5px 5px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: white;
}
.product-page .product-installments-box .installments .installmentsoverlay .extra-small-info {
  margin: 20px 0;
  font-size: 12px;
}
.product-page .product-installments-box .installments .installmentsoverlay .styled-select select {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}
.product-page .product-installments-box .installments .installmentsoverlay .rounded {
  /*
				   -webkit-border-radius: 20px;
				   -moz-border-radius: 20px;
				   border-radius: 20px;
				   */
}
.product-page .product-installments-box .installments .installmentsoverlay .black {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding: 3px;
}
.product-page .product-installments-box .installments .installmentsoverlay .black select {
  color: #000000;
  outline: none;
}
.product-page .product-installments-box .installments .installmentsoverlay .black select optgroup {
  font-size: 14px;
}
.product-page .product-installments-box .askyourprice {
  display: flex;
  padding: 0;
  margin-left: 10px;
  position: relative !important;
}
.product-page .product-installments-box .askyourprice .askyourpriceimage {
  width: 100%;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay {
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/bargain-price.jpg');
  background-size: 100% 100%;
  padding: 10% 0;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
  font-size: 1vw;
  font-size: 16px;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .black-button {
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0px;
  margin: 5% 0 0 0;
  display: inline-block;
  width: 100%;
  background-color: #000000;
  font-size: 0.9vw;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4vw;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko {
  width: 50%;
  font-size: 0.9vw;
  margin: 2em 0em 1em 0em;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko .fancy-input__field--yoshiko {
  padding: 0.3em;
  text-align: center;
  color: #000000;
  border-radius: 0px;
  border: 1px solid #000000;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko .fancy-input__label--yoshiko {
  bottom: 112%;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko .fancy-input__label-content--yoshiko::after {
  letter-spacing: 0px;
  bottom: 103%;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko .fancy-input__field--yoshiko:focus {
  background-color: #ffffff;
}
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko .fancy-input__field--yoshiko:focus + .fancy-input__label--yoshiko,
.product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko .fancy-input--filled .fancy-input__label--yoshiko {
  transform: translate3d(0, 30%, 0);
}
.product-page .recently-viewed-products {
  margin: 40px auto;
}
.product-page .recently-viewed-products #owl-product-recently-viewed .owl-controls {
  margin: 0;
}
.product-page .recently-viewed-products #owl-product-recently-viewed .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.product-page .recently-viewed-products #owl-product-recently-viewed .owl-controls .owl-buttons div.owl-prev {
  left: -4%;
  top: 33%;
}
.product-page .recently-viewed-products #owl-product-recently-viewed .owl-controls .owl-buttons div.owl-next {
  right: -4%;
  top: 33%;
}
.product-page .recently-viewed-products h2 {
  border-bottom: 4px #f4f4f4 solid;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.product-page .recently-viewed-products .product-image-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-page .recently-viewed-products .product-name-box {
  margin: 8px 0 5px;
  line-height: 16px;
  text-align: center;
}
.product-page .recently-viewed-products .product-name-box a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.product-page .recently-viewed-products .product-name-box a:hover {
  text-decoration: none;
  color: #428bca;
}
.product-page .recently-viewed-products .ratings {
  padding: 4px 0;
  text-align: center;
}
.product-page .recently-viewed-products .price {
  text-align: center;
  font-weight: 600;
}
.product-page .recently-viewed-products.map-info a {
  display: block;
  margin: 10px 0;
}
.product-page .recently-viewed-products a.minimal-price-link {
  display: none;
}
.product-page .recently-viewed-products .regular-price .price {
  font-size: 20px;
  text-align: center;
}
.product-page .recently-viewed-products .regular-price .smalldigits {
  font-size: 14px;
}
.product-page .recently-viewed-products .old-price {
  text-align: center;
  font-size: 14px;
}
.product-page .recently-viewed-products .old-price .price-label {
  color: #9a9a9a;
}
.product-page .recently-viewed-products .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  /*color: #c4c2c2;*/
  font-weight: 600;
  color: #9a9a9a;
}
.product-page .recently-viewed-products .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
.product-page .recently-viewed-products .old-price .smalldigitsold {
  font-size: 10px;
}
.product-page .recently-viewed-products .special-price .price-label {
  display: none;
}
.product-page .recently-viewed-products .special-price .price {
  font-size: 20px;
  font-weight: 600;
}
.product-page .recently-viewed-products .special-price .smalldigits {
  font-size: 14px;
}
.product-page .recently-viewed-products .price-excluding-tax,
.product-page .recently-viewed-products .price-including-tax {
  display: block;
  line-height: 17px;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/*
    Created on : Apr 16, 2015, 3:28:53 PM
    Author     : Georgi
*/
.product-big-review-box {
  float: left;
  padding: 0 0 0 15%;
  width: 100%;
}
/* Product Ratings */
.ratings .rating-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
.ratings .rating-box:before {
  /*
			font-family: "FontAwesome";
            content: "\f005\f005\f005\f005\f005";
            color: #dadcdf;
            display: inline;
            font-size: 12px;
            letter-spacing: 2px;
            line-height: 16px;
			*/
  content: '';
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/review-bad-icon-small.png') repeat-x;
  display: block;
  width: 90px;
  height: 18px;
}
.ratings .rating-box .rating {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ratings .rating-box .rating:before {
  /*
				font-family: "FontAwesome";
                content: "\f005\f005\f005\f005\f005";
                color: @rating_star_color;
                display: inline;
                font-size: 12px;
                letter-spacing: 2px;
                line-height: 16px;
				*/
  content: '';
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/review-good-icon-small.png') repeat-x;
  height: 18px;
  width: 100%;
  display: block;
}
.ratings .rating-score {
  display: inline;
  overflow: hidden;
  color: #dadcdf;
  padding-left: 5px;
}
.ratings .rating-score span {
  color: #ed4e24;
}
.ratings .amount {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #999;
}
.ratings-big .rating-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
.ratings-big .rating-box:before {
  /*
			font-family: "FontAwesome";
            content: "\f005\f005\f005\f005\f005";
            color: #dadcdf;
			font-size: 28px;
			line-height: 30px;
			letter-spacing: 3px;
			*/
  content: '';
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/review-bad-icon.png') repeat-x;
  display: block;
  width: 250px;
  height: 50px;
}
.ratings-big .rating-box .rating {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ratings-big .rating-box .rating:before {
  /*
				font-family: "FontAwesome";
                content: "\f005\f005\f005\f005\f005";
                color: @rating_star_color;
                display: block;
                font-size: 28px;
                line-height: 30px;
				letter-spacing: 3px;
				*/
  content: '';
  background: url('https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/review-good-icon.png') repeat-x;
  height: 50px;
  width: 100%;
  display: block;
}
.ratings-big .rating-score {
  display: inline;
  overflow: hidden;
  color: #dadcdf;
  padding-left: 5px;
}
.ratings-big .rating-score span {
  color: #ed4e24;
}
/* End Product Ratings */
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Apr 16, 2015, 3:54:16 PM
    Author     : Georgi
*/
/* Countdown timer */
.countdown-timer {
  margin: 10px 0;
}
.countdown-timer h5 {
  display: inline-block;
  font-size: 14px;
}
.countdown-timer #countdown-timer-remaining {
  font-size: 20px;
  display: inline-block;
  float: right;
}
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Apr 22, 2015, 3:24:19 PM
    Author     : Georgi
*/
.product_label {
  color: #ffffff;
  font-weight: 600;
}
.product_label.new {
  padding: 7px 4px!important;
  background-color: #00539e;
}
.product_label.sale {
  font-family: 'Righteous', 'Open Sans';
  background-color: #000000;
}
.product_label.custom {
  padding: 10px 5px!important;
  background-color: #ff3710;
}
.product_label.supersale {
  padding: 12px 0px 10px 0px!important;
  background-color: #ff3710;
}
.product_label.supersale img {
  max-width: none;
  width: 120%;
  margin-left: -12.5%;
}
.product_label.freeshipping {
  padding: 16px 0px 12px 0px!important;
  background-color: #ff3710;
}
.product_label.couponsale {
  padding: 12px 0px 0px 0px!important;
  background-color: #ff3710;
}
.product_label.couponsale img {
  margin-left: -5px;
}
.catalog-product-view .product_label.new {
  padding: 7px 4px!important;
}
.catalog-product-view .product_label.custom {
  padding: 10px 5px!important;
}
.catalog-product-view .product_label.supersale {
  padding: 15px 0px 10px 0px!important;
}
.catalog-product-view .product_label.freeshipping {
  padding: 16px 0px 12px 0px!important;
}
.catalog-product-view .product_label.couponsale {
  padding: 12px 0px 0px 0px!important;
}
.catalog-category-view .product_label.new,
.cms-index-index .product_label.new,
.catalogsearch-result-index .product_label.new {
  padding: 5px 4px!important;
}
.catalog-category-view .product_label.custom,
.cms-index-index .product_label.custom,
.catalogsearch-result-index .product_label.custom {
  padding: 10px 5px!important;
}
.catalog-category-view .product_label.supersale,
.cms-index-index .product_label.supersale,
.catalogsearch-result-index .product_label.supersale {
  padding: 7px 0px!important;
}
.catalog-category-view .product_label.freeshipping,
.cms-index-index .product_label.freeshipping,
.catalogsearch-result-index .product_label.freeshipping {
  padding: 10px 0px!important;
}
.catalog-category-view .product_label.couponsale,
.cms-index-index .product_label.couponsale,
.catalogsearch-result-index .product_label.couponsale {
  padding: 8px 0px 0px 1px!important;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
.product-page2 .product-media-box {
  /* Product Gallery */
}
.product-page2 .product-media-box .product-image-container {
  position: relative;
  margin-bottom: 50px;
}
.product-page2 .product-media-box .product-gallery {
  position: relative;
}
@media (min-width: 768px) {
  .product-page2 .product-media-box .product-image-container {
    width: 770px;
  }
  .product-page2 .product-media-box .product-gallery .jcarousel-vertical {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .product-page2 .product-media-box .product-image-container {
    width: 915px;
  }
  .product-page2 .product-media-box .product-gallery .jcarousel-vertical {
    height: 300px;
  }
}
@media (min-width: 1260px) {
  .product-page2 .product-media-box .product-image-container {
    width: 1050px;
  }
  .product-page2 .product-media-box .product-gallery .jcarousel-vertical {
    height: 450px;
  }
}
.product-page2 .product-media-box .product-gallery .jcarousel-button {
  text-align: center;
}
.product-page2 .product-media-box .product-gallery .jcarousel-button a {
  color: #000;
  font-size: 16px;
  line-height: 1px;
}
.product-page2 .product-media-box .product-gallery .jcarousel-button a.inactive {
  color: #999;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical {
  position: relative;
  overflow: hidden;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical ul li {
  padding: 5px 0;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical ul li:hover a img {
  border: 1px #faf7f6 solid;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical ul li a img {
  border: 1px #e1e1e1 solid;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical ul li a.active img {
  border: none;
  padding: 1px 1px 0;
  border-bottom: 3px solid #faf7f6;
}
@media (min-width: 768px) {
  .product-page2 .wide-shadow {
    position: relative;
  }
  .product-page2 .wide-shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    width: 700%;
    background: white;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.product-page2 .product-short-info-box {
  margin-top: -40px;
  /*table*/
  /*Bundle product*/
}
.product-page2 .product-short-info-box .product-labels {
  margin-left: 15px;
}
.product-page2 .product-short-info-box .product-labels:before,
.product-page2 .product-short-info-box .product-labels:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .product-labels:after {
  clear: both;
}
.product-page2 .product-short-info-box .product-labels:before,
.product-page2 .product-short-info-box .product-labels:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .product-labels:after {
  clear: both;
}
.product-page2 .product-short-info-box .product-labels .product_label {
  float: left;
  text-align: center;
  min-width: 90px;
  margin-right: 5px;
  padding: 2px 10px 2px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.product-page2 .product-short-info-box .shadow-price-box {
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  z-index: 3;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  color: #000000;
}
.product-page2 .product-short-info-box .shadow-price-box #price-box-additional {
  display: none;
}
.product-page2 .product-short-info-box .shadow-price-box .expand-price-box {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 4;
}
.product-page2 .product-short-info-box .shadow-price-box .expand-price-box #toggle-price-box {
  background: #f4f4f4;
  height: 30px;
  line-height: 20px;
  padding: 0 20px;
  position: relative;
  left: -50%;
  display: block;
  text-align: center;
  cursor: pointer;
  color: #000000;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.product-page2 .product-short-info-box .shadow-price-box .expand-price-box #toggle-price-box .toggle-sign {
  color: #e70033;
  font-size: 12px;
}
.product-page2 .product-short-info-box .shadow-price-box .expand-price-box #toggle-price-box .toggle-text {
  font-weight: 600;
}
.product-page2 .product-short-info-box .shadow-price-box .product-name h1 {
  margin-top: 0;
  font-size: 29px;
}
.product-page2 .product-short-info-box .shadow-price-box .link-price-alert {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info {
  font-weight: 600;
  font-size: 11px;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto {
  margin-bottom: 10px;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto .ratings {
  display: inline;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto .ratings:after {
  content: "|";
  padding: 0 7px;
  text-align: top;
  line-height: 14px;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto .add-to-links {
  margin: 0;
  padding: 0;
  display: inline;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto .add-to-links li {
  display: inline;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto .add-to-links li a {
  color: #000000;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto .add-to-links li a i {
  color: #000000;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .review-addto .add-to-links li + li:before {
  content: "|";
  padding: 0 9px 0 7px;
  text-align: top;
  line-height: 14px;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .product-sku {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .product-sku .product-sku-label {
  color: #000000;
}
.product-page2 .product-short-info-box .shadow-price-box .extra-info .broduct-brand {
  margin-bottom: 10px;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box {
  margin: 10px 0;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .regular-price .price,
.product-page2 .product-short-info-box .shadow-price-box .price-box .special-price .price,
.product-page2 .product-short-info-box .shadow-price-box .price-box .full-product-price .price {
  font-size: 25px;
  font-weight: bold;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .regular-price .price-label,
.product-page2 .product-short-info-box .shadow-price-box .price-box .special-price .price-label,
.product-page2 .product-short-info-box .shadow-price-box .price-box .full-product-price .price-label {
  display: none;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .special-price .price {
  color: #cc0000;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .old-price {
  color: #999999;
  font-size: 15px;
  font-weight: 600;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .old-price .price-label {
  display: none;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .old-price .price {
  display: block;
  text-decoration: line-through;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .old-price .discount {
  font-size: 12px;
  color: #000000;
  display: block;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .price-as-configured .price-label {
  display: none;
}
.product-page2 .product-short-info-box .shadow-price-box .tier-prices {
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  padding: 5px;
  border-radius: 3px;
}
.product-page2 .product-short-info-box .shadow-price-box .tier-prices li {
  display: block;
}
.product-page2 .product-short-info-box .shadow-price-box .availability {
  font-size: 13px;
  font-weight: bold;
}
.product-page2 .product-short-info-box .shadow-price-box .availability.in-stock {
  color: #008000;
}
.product-page2 .product-short-info-box .shadow-price-box .availability.out-of-stock {
  color: #ff0000;
}
.product-page2 .product-short-info-box .shadow-price-box .product-options dd {
  margin-bottom: 10px;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box {
  margin: 10px 0 20px;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box:before,
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box:after {
  clear: both;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box:before,
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box:after {
  clear: both;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box label {
  display: block;
}
.product-page2 .product-short-info-box .shadow-price-box input.qty {
  display: inline-block;
  width: 40px;
  outline: none;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.product-page2 .product-short-info-box .shadow-price-box input.qty.qty-disabled {
  background: none;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 32px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 7px 0 3px;
  border-radius: 2px;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a {
  display: block;
  line-height: 15px;
  text-align: center;
  color: #999;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a:hover,
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a:focus {
  color: black;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a.qty-inc {
  top: 0;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a.qty-dec {
  bottom: 0;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a.qty-dec i {
  border-top: 1px solid #ccc;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder {
  display: inline-block;
  margin-top: 10px;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder input,
.product-page2 .product-short-info-box .shadow-price-box .qty-holder .product-page-qty-buttons {
  float: left;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder .qty-input:before,
.product-page2 .product-short-info-box .shadow-price-box .qty-holder .qty-input:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder .qty-input:after {
  clear: both;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder .qty-input:before,
.product-page2 .product-short-info-box .shadow-price-box .qty-holder .qty-input:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder .qty-input:after {
  clear: both;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder + .btn-add-to-cart {
  vertical-align: bottom;
  background-color: #22366e;
}
.product-page2 .product-short-info-box .shadow-price-box .product-share {
  margin: 20px 0 0;
}
.product-page2 .product-short-info-box .shadow-price-box .product-share .at-share-btn {
  border-radius: 2px;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container:before,
.product-page2 .product-short-info-box .shadow-price-box .swatch_container:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container:after {
  clear: both;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container:before,
.product-page2 .product-short-info-box .shadow-price-box .swatch_container:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container:after {
  clear: both;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0 5px 0 0;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option span.swatch-label {
  margin-top: 5px;
  color: #999;
  white-space: nowrap;
  line-height: 11px;
  font-size: 9px;
  position: absolute;
  top: -14px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .swatch-img,
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .swatch-html {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .swatch-img.selected,
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .swatch-html.selected {
  border-color: #000;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .swatch-html {
  text-align: center;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .swatch-html .color {
  width: 100%;
  height: 100%;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .is-popup {
  position: absolute;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .is-popup:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  bottom: -8px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #ccc;
}
.product-page2 .product-short-info-box .shadow-price-box .swatch_container .swatch-option .is-popup img {
  max-width: none;
  border-radius: 3px;
}
.product-page2 .product-short-info-box .shadow-price-box .is-hidden {
  display: none;
}
.product-page2 .product-short-info-box .shadow-price-box .hidden-select {
  display: none;
}
.product-page2 .product-short-info-box .data-table {
  margin: 10px 0;
}
.product-page2 .product-short-info-box .data-table th,
.product-page2 .product-short-info-box .data-table td {
  padding: 0 10px 0 0;
}
.product-page2 .product-short-info-box .data-table .price {
  font-size: 16px !important;
}
.product-page2 .product-short-info-box .data-table .qty-box {
  min-width: 80px;
}
.product-page2 .product-short-info-box .data-table .out-of-stock {
  font-size: 11px;
}
.product-page2 .product-short-info-box #product-options-wrapper {
  margin-top: 10px;
}
.product-page2 .product-short-info-box .input-box .options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-page2 .product-short-info-box .input-box .options-list li:before,
.product-page2 .product-short-info-box .input-box .options-list li:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .input-box .options-list li:after {
  clear: both;
}
.product-page2 .product-short-info-box .input-box .options-list li:before,
.product-page2 .product-short-info-box .input-box .options-list li:after {
  content: " ";
  display: table;
}
.product-page2 .product-short-info-box .input-box .options-list li:after {
  clear: both;
}
.product-page2 .product-short-info-box .input-box .options-list li input[type="radio"],
.product-page2 .product-short-info-box .input-box .options-list li input[type="checkbox"] {
  float: right;
  margin-left: 10px;
  margin-top: 1px;
}
.product-page2 .product-short-info-box .input-box .options-list li .label {
  color: #000000;
  display: inline-block;
  font-size: 90%;
  white-space: normal;
  text-align: left;
  width: 90%;
  float: right;
  text-align: right;
}
.product-page2 .product-short-info-box .qty-holder label {
  display: block !important;
}
.product-page2 .product-details-box {
  color: #666666;
}
.product-page2 .product-details-box .title-line {
  border-bottom: 4px #f4f4f4 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-page2 table#product-attribute-specs-table {
  width: 100%;
}
.product-page2 table#product-attribute-specs-table tr td,
.product-page2 table#product-attribute-specs-table tr th {
  padding: 5px;
  color: #666666;
}
.product-page2 table#product-attribute-specs-table tr.odd {
  background: #f5f5f5;
}
.product-page2 table#product-attribute-specs-table tr.even {
  background: #fff;
}
.product-page2 .product-description-box {
  margin-bottom: 50px;
}
.product-page2 .product-description-box h2 {
  color: #333333;
}
.product-page2 .product-description-box h4 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000000;
}
.product-page2 .product-description-box p {
  font-size: 12px;
  line-height: 20px;
}
.product-page2 .product-description-box.rounded {
  border-radius: 3px;
}
.product-page2 .product-description-box.bkg {
  padding: 25px;
  background: #f6f6f6;
}
.product-page2 .product-description-box .img-box {
  background: #666;
  width: 200px;
  height: 200px;
}
.product-page2 .product-description-box .img-box.space-left {
  margin-left: 20px;
}
.product-page2 .product-description-box .img-box.space-right {
  margin-right: 20px;
}
.product-page2 .product-description-box .video {
  margin-top: 20px;
}
.product-page2 .description-separator {
  margin: 30px 0;
  border-top: 3px solid #f4f4f6;
  height: 1px;
}
.product-page2 .product-reviews-box h2 {
  margin-bottom: 15px;
}
.product-page2 .product-reviews-box .line-chart {
  margin-bottom: 5px;
}
.product-page2 .product-reviews-box .line-chart .line-chart-line {
  position: relative;
  margin: 4px 0 0;
  width: 75%;
}
.product-page2 .product-reviews-box .line-chart .line-chart-line div {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-page2 .product-reviews-box .line-chart .line-chart-line .bkg {
  background-color: #dadde3;
  z-index: 1;
}
.product-page2 .product-reviews-box .line-chart .line-chart-line .score {
  background-color: #ed4e24;
  z-index: 2;
}
.product-page2 .product-reviews-box .line-chart .line-chart-label {
  font-size: 11px;
}
.product-page2 .product-reviews-box .ratings-big {
  margin-bottom: 30px;
}
.product-page2 .product-reviews-box .ratings-big .amount {
  margin-left: 10px;
}
.product-page2 .product-reviews-box .ratings-big .amount a {
  color: black;
  font-weight: 600;
}
.product-page2 .product-reviews-box .buttons-reviews a + a {
  margin-left: 10px;
}
.product-page2 .product-reviews-box .product-review {
  border-top: 1px #e5e5e5 solid;
  margin-top: 20px;
  padding-top: 20px;
  color: #666666;
}
.product-page2 .product-reviews-box .product-review .review-summary {
  margin-bottom: 10px;
  color: #999999;
}
.product-page2 .product-reviews-box .product-review .review-summary .ratings {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.product-page2 .product-reviews-box .product-review .review-summary .ratings .rating-box:before {
  font-size: 14px;
}
.product-page2 .product-reviews-box .product-review .review-summary .ratings .rating-box .rating:before {
  font-size: 14px;
}
.product-page2 .product-reviews-box .product-review .review-title {
  margin-bottom: 10px;
}
.product-page2 .product-reviews-box .product-review .review-title a {
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.product-page2 .product-reviews-box .product-review .review-author {
  margin-bottom: 10px;
  font-weight: 600;
  color: #666666;
}
.product-page2 .product-reviews-box .reviews-actions {
  border-top: 1px #e5e5e5 solid;
  margin-top: 20px;
  padding-top: 20px;
}
.product-page2 .product-reviews-box #add-review {
  display: none;
}
.product-page2 .product-reviews-box #add-review h4 {
  margin-bottom: 15px;
}
.product-page2 .product-reviews-box #add-review .data-table#product-review-table th {
  padding-right: 14px;
  font-size: 12px;
  padding-bottom: 4px;
}
.product-page2 .product-reviews-box #add-review .data-table#product-review-table td {
  padding-bottom: 3px;
}
.product-page2 .product-reviews-box #add-review .data-table#product-review-table input {
  display: none;
}
.product-page2 .product-reviews-box #add-review .rating-radio i {
  color: #dadcdf;
  font-size: 20px;
}
.product-page2 .product-reviews-box #add-review .rating-radio.active i {
  color: #ed4e24;
}
.product-page2 .product-reviews-box #add-review .form-list {
  padding: 20px 0;
}
.product-page2 .product-reviews-box #add-review .form-list li {
  padding-bottom: 18px;
  margin: 0;
}
.product-page2 .product-reviews-box #add-review .form-list textarea {
  height: 100px;
}
.product-page2 .product-reviews-box #add-review .form-list input.input-text,
.product-page2 .product-reviews-box #add-review .form-list textarea {
  border: 1px solid #dbdbdb;
  width: 100%;
}
.product-page2 .product-page-related.product-page-right .product {
  position: relative;
}
.product-page2 .product-page-related.product-page-right .product .product-image {
  margin-right: 0;
}
.product-page2 .product-page-related.product-page-right .product .product-image img {
  border: 1px #dedede solid;
  border-radius: 3px;
}
.product-page2 .product-page-related.product-page-right .product input.checkbox {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  margin: 0;
}
.product-page2 .product-page-related.product-page-right .product .price-box {
  font-size: 14px;
}
.product-page2 .product-page-related.product-page-right .product-separator {
  float: left;
  line-height: 80px;
  vertical-align: middle;
  margin: 10px 11px 0;
  font-size: 14px;
}
.product-page2 .product-page-crosssell .product .product-image img {
  border: 1px #dedede solid;
  border-radius: 3px;
}
.product-page2 .product-page-crosssell .price-box {
  font-size: 14px;
}
.product-page2 .product-page-upsell .product .product-image img {
  border: 1px #dedede solid;
  border-radius: 3px;
}
.product-page2 .product-page-upsell .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -18px;
  right: 0;
  line-height: 18px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 2px;
}
.product-page2 .product-page-upsell .owl-theme .owl-controls .owl-buttons div {
  background: none;
  border-radius: 0;
  color: black;
  margin: 0;
  padding: 0 7px;
  line-height: 1px;
}
.product-page2 .product-page-upsell .owl-theme .owl-controls .owl-buttons div.owl-prev {
  border-right: 1px solid #ccc;
}
.product-page2 .product-page-right {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 15px;
}
.product-page2 .product-page-right .product {
  margin-top: 10px;
}
.product-page2 .product-page-right .product .product-image {
  margin-right: 10px;
}
.product-page2 .product-page-right .product .product-details .product-name a {
  color: #666666;
  font-size: 12px;
}
.product-page2 .product-page-right .product .product-details .product-name a:hover {
  color: rgba(102, 102, 102, 0.5);
}
.product-page2 .product-page-right .product .product-details p {
  padding: 0;
  margin: 0;
}
.product-page2 .product-page-right .product .product-details .price-box {
  font-weight: 600;
  color: #333333;
}
.product-page2 .product-page-right h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.product-page2 .product-page-right .block-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
}
.cms-index-index {
  /* Grid View */
  /* End Grid View */
  /* Home Bar */
  /* End Home Bar */
  /* ADV */
  /* End ADV */
}
.cms-index-index main.sharkskin-content main.col-sm-12 {
  padding: 0;
}
.cms-index-index .sharkskin-content .container {
  width: 100%;
}
@media (min-width: 768px) {
  .cms-index-index .sharkskin-content .container .homeblock {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cms-index-index .sharkskin-content .container .homeblock {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .sharkskin-content .container .homeblock {
    width: 1260px;
  }
}
@media (min-width: 1900px) {
  .cms-index-index .sharkskin-content .container .homeblock {
    width: 1260px;
  }
}
.cms-index-index .sharkskin-content .container .homeblock {
  margin: 20px auto 90px auto;
}
.cms-index-index .sharkskin-content .container .homeblock .category_image {
  position: relative;
  width: 100%;
}
.cms-index-index .sharkskin-content .container .homeblock .category_image img {
  min-height: 572px;
}
.cms-index-index .sharkskin-content .container .homeblock .test_image {
  width: 900px;
  height: 545px;
}
.cms-index-index .sharkskin-content .container .homeblock .iwd-quick-view-button {
  display: none !important;
}
.cms-index-index .sharkskin-content .container .homeblock .category_title_refrig {
  height: 100px;
  background-color: #ee145b;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  padding-top: 24px;
}
.cms-index-index .sharkskin-content .container .homeblock .category_subtitle_refrig {
  height: 160px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0px;
  background: rgba(238, 20, 91, 0.7);
  padding: 4%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-index-index .sharkskin-content .container .homeblock .category_title_kitchen {
  height: 100px;
  background-color: #20419A;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  padding-top: 24px;
}
.cms-index-index .sharkskin-content .container .homeblock .category_subtitle_kitchen {
  height: 160px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0px;
  background-color: rgba(32, 65, 154, 0.8);
  padding: 4%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-index-index .sharkskin-content .container .homeblock .category_title_wash {
  height: 100px;
  background-color: #ffc614;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  padding-top: 24px;
}
.cms-index-index .sharkskin-content .container .homeblock .category_subtitle_wash {
  height: 160px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0px;
  background-color: rgba(255, 198, 20, 0.8);
  padding: 4%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-index-index .sharkskin-content .container .homeblock .category_title_pampers {
  height: 100px;
  background-color: #f66800;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  padding-top: 24px;
}
.cms-index-index .sharkskin-content .container .homeblock .category_subtitle_pampers {
  height: 160px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0px;
  background-color: rgba(246, 104, 0, 0.8);
  padding: 4%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-index-index .sharkskin-content .container .homeblock .popular_title {
  background: #000000;
  color: #ffffff;
  width: 400px;
  height: 44px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  padding-top: 3px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#popular_title_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#popular_title_clippath");
  -webkit-clip-path: polygon(0 0, 100% 0, 79% 100%, 24% 100%);
  clip-path: polygon(0 0, 100% 0, 79% 100%, 24% 100%);
}
.cms-index-index .sharkskin-content .container .homeblock .deiteola {
  background: #000000;
  color: #ffffff;
  float: right;
  width: 180px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  padding: 4px 5px 0 0;
  margin-top: 20px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#deiteola_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#deiteola_clippath");
  -webkit-clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
}
.cms-index-index .sharkskin-content .container .homeblock .deiteola a {
  color: #ffffff;
}
.cms-index-index .sharkskin-content .container .homeblock .deiteola a:hover {
  text-decoration: none;
}
.cms-index-index .sharkskin-content .container .homeblock #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
.cms-index-index .sharkskin-content .container .homeblock #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.cms-index-index .sharkskin-content .container .homeblock #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  left: -102%;
  top: 22%;
}
.cms-index-index .sharkskin-content .container .homeblock #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: -3%;
  top: 22%;
}
.cms-index-index .grey_block_title {
  font-size: 36px;
  text-align: center;
  padding: 20px 0 50px 0;
}
.cms-index-index .grey-just-arived-homeblock {
  width: 100%;
  background-color: #f4f4f4;
  height: 690px;
  padding-left: 0px;
  padding-right: 0px;
}
.cms-index-index .grey-just-arived-homeblock .just_arrived_block {
  display: inline-block;
  float: left;
  border: solid #58ae67 4px;
}
.cms-index-index .gray-popular-homeblock {
  background-color: #f4f4f4;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 70px;
}
.cms-index-index .gray-popular-homeblock .popular_category {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}
.cms-index-index .gray-popular-homeblock .popular_category .popular_image {
  display: block;
  min-height: 190px;
  border-right: solid 1px #d8d8d8;
}
.cms-index-index .gray-popular-homeblock .popular_category .popular_image.last {
  border-right: none;
}
.cms-index-index .gray-popular-homeblock .popular_category .popular_category_title {
  display: block;
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  height: 35px;
  font-size: 16px;
  text-align: center;
  padding: 5px 0 0 10px;
  border-right: solid 1px #ffffff;
}
.cms-index-index .gray-popular-homeblock .popular_category .popular_category_title.last {
  border-right: none;
}
.cms-index-index .gray-popular-homeblock .popular_category .popular_category_title a {
  color: #ffffff;
  text-decoration: none;
}
.cms-index-index .gray-popular-homeblock .popular_category .popular_category_title a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cms-index-index .grey-last-banners-homeblock {
  background-color: #f4f4f4;
  padding-left: 0px;
  padding-right: 0px;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block {
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners {
  width: 80%;
  float: left;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row {
  margin: 0;
  padding: 0;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-sm-3,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-md-3,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-lg-3,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-sm-6,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-md-6,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-lg-6 {
  margin: 0;
  padding: 0;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-sm-3 img,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-md-3 img,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-lg-3 img,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-sm-6 img,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-md-6 img,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .left-banners .row .col-lg-6 img {
  width: 100%;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner {
  width: 20%;
  float: left;
  display: flex;
  background-image: url('https://www.e-expert.gr/media/wysiwyg/homepage/yellow-box.jpg');
  background-size: 100% 100%;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner .row {
  margin: 0;
  padding: 0;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner .row .col-sm-12,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner .row .col-md-12,
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner .row .col-lg-12 {
  margin: 0;
  padding: 0;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner .right-banner-text {
  color: #fff;
  padding: 20% 15%;
  font-size: 1.4vw;
  line-height: 2vw;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner .right-banner-button {
  width: 70%;
  background: #000;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding: 2%;
  font-size: 1.2vw;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .right-banner .right-banner-button a {
  width: 70%;
  background: #000;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding: 2%;
  font-size: 1.2vw;
  text-decoration: none !important;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .grey-text-banner {
  background-color: #f4f4f4;
  padding: 20% 15%;
  font-size: 1.5vw;
  line-height: 1.6vw;
}
.cms-index-index .grey-last-banners-homeblock .row.homeblock.home-block .grey-text-banner.inner-shadow {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}
.cms-index-index .products-grid {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cms-index-index .products-grid .item {
  border-right: solid 1px;
  height: 280px;
  position: relative;
  text-align: center;
}
.cms-index-index .products-grid .item .product-info {
  min-height: 180px;
  padding-bottom: 40px;
  position: relative;
}
.cms-index-index .products-grid .item .product-info:before,
.cms-index-index .products-grid .item .product-info:after {
  content: " ";
  display: table;
}
.cms-index-index .products-grid .item .product-info:after {
  clear: both;
}
.cms-index-index .products-grid .item .product-info:before,
.cms-index-index .products-grid .item .product-info:after {
  content: " ";
  display: table;
}
.cms-index-index .products-grid .item .product-info:after {
  clear: both;
}
.cms-index-index .products-grid .item .product-list-grid-box {
  margin: 10px 0;
  border: 1px solid transparent;
}
.cms-index-index .products-grid .item .product-list-grid-box .image-container {
  position: relative;
}
.cms-index-index .products-grid .item .product-list-grid-box .image-container .product-labels {
  position: absolute;
  top: 0;
  left: 0;
}
.cms-index-index .products-grid .item .product-list-grid-box .image-container .product_label {
  float: left;
  clear: left;
  line-height: 16px;
  margin: 0 0 4px;
  padding: 12px 1px 0px 1px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  width: 36px;
  height: 40px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.cms-index-index .products-grid .item .product-list-grid-box .image-container .product_label.custom {
  line-height: 14px;
  padding: 4px 0px 0px 0px;
  letter-spacing: 0px;
  font-size: 12px;
}
.cms-index-index .products-grid .item .product-list-grid-box .product-name {
  margin: 0px 0px 5px 0px;
  line-height: 16px;
}
.cms-index-index .products-grid .item .product-list-grid-box .product-name a {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  display: block;
}
.cms-index-index .products-grid .item .product-list-grid-box .product-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box {
  position: absolute;
  bottom: 0px;
  left: 10px;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .price {
  font-size: 20px;
  font-weight: 600;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box a.minimal-price-link {
  display: none;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .regular-price .smalldigits {
  font-size: 16px;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .old-price {
  text-align: left;
  line-height: 0.3;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .old-price .price-label {
  font-weight: 600;
  color: #9a9a9a;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 600;
  color: #9a9a9a;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #000000;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .old-price .smalldigitsold {
  font-size: 10px;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .availability {
  display: none;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .special-price .price-label {
  display: none;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .special-price .price {
  color: #000000;
}
.cms-index-index .products-grid .item .product-list-grid-box .price-box .special-price .smalldigits {
  font-size: 16px;
}
.cms-index-index .products-grid .item .product-list-grid-box .availability {
  display: none;
}
.cms-index-index .products-grid .item .product-list-grid-box .details-container:hover .details {
  display: none;
}
.cms-index-index .products-grid .item .product-list-grid-box .details-container:hover .more-details {
  display: block;
}
.cms-index-index .products-grid .item .product-list-grid-box .details {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 22px;
  padding: 3px 5px 0 5px;
}
.cms-index-index .products-grid .item .product-list-grid-box .details a {
  color: #ffffff;
  text-decoration: none;
}
.cms-index-index .products-grid .item .product-list-grid-box .details a:hover {
  text-decoration: none;
}
.cms-index-index .products-grid .item .product-list-grid-box .more-details {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 126px;
  height: 146px;
}
.cms-index-index .products-grid .last {
  border-right: none;
}
.cms-index-index .products-grid .first_row {
  border-bottom: solid 1px;
}
.cms-index-index .products-grid .red {
  border-color: #ee145b;
}
.cms-index-index .products-grid .red .details {
  background-color: #ee145b;
}
.cms-index-index .products-grid .red .more-details {
  background-color: rgba(238, 20, 91, 0.8);
}
.cms-index-index .products-grid .yellow {
  border-color: #ffc614;
}
.cms-index-index .products-grid .yellow .details {
  background-color: #ffc614;
}
.cms-index-index .products-grid .yellow .more-details {
  background-color: rgba(255, 198, 20, 0.8);
}
.cms-index-index .products-grid .blue {
  border-color: #20419A;
}
.cms-index-index .products-grid .blue .details {
  background-color: #20419A;
}
.cms-index-index .products-grid .blue .more-details {
  background-color: rgba(32, 65, 154, 0.8);
}
.cms-index-index .products-grid .orange {
  border-color: #f66800;
}
.cms-index-index .products-grid .orange .details {
  background-color: #f66800;
}
.cms-index-index .products-grid .orange .more-details {
  background-color: rgba(246, 104, 0, 0.8);
}
@media (max-width: 767px) {
  .cms-index-index .home-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.cms-index-index .home-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next,
.cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  top: -55px;
}
.cms-index-index h2 {
  margin: 0 0 16px;
  font-size: 29px;
}
.cms-index-index h2 small {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.cms-index-index .sharkskin-content .product-image-box img {
  border: 1px solid #e1e1e1;
  padding: 4px;
  border-radius: 2px;
}
.cms-index-index .box-home-bar {
  position: relative;
  width: 100%;
  text-align: center;
}
.cms-index-index .box-home-bar .icon {
  float: left;
  font-size: 32px;
  line-height: 32px;
  width: 20%;
}
.cms-index-index .box-home-bar .text-area {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  width: 80%;
}
.cms-index-index .box-home-bar .text-area h3 {
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  margin: 0;
}
.cms-index-index .adv-box {
  width: 190px;
  height: 430px;
  position: relative;
  background: #aaa;
  left: 0;
  top: 0;
  float: left;
}
.cms-index-index .home-carousel-box .title {
  margin-bottom: 30px;
}
.cms-index-index .home-carousel-box .title h2 {
  margin: 0;
}
.cms-index-index .home-carousel-box .owl-buttons div i {
  color: #000 !important;
}
.cms-index-index .nav-right {
  margin: 8px 50px 27px 0;
}
.cms-index-index .nav-right.nav-pills > li > a {
  backgound: #aeaeae;
  padding: 8px 17px;
  background: #e1e1e1;
  color: white;
  font-weight: 600;
}
.cms-index-index .nav-right.nav-pills > li > a:hover {
  color: white;
  background: #22366e;
}
.cms-index-index .nav-right.nav-pills > li.active > a {
  color: white;
  background: #22366e;
}
.cms-index-index .nav-right.nav-pills > li + li {
  margin-left: 8px;
}
.cms-index-index .home-recently-viewed #product-carousel-box .owl-controls {
  margin: 0;
}
.cms-index-index .home-recently-viewed #product-carousel-box .owl-controls .owl-buttons div {
  position: absolute;
  color: #22366e;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.cms-index-index .home-recently-viewed #product-carousel-box .owl-controls .owl-buttons div.owl-prev {
  left: -4%;
  top: 33%;
}
.cms-index-index .home-recently-viewed #product-carousel-box .owl-controls .owl-buttons div.owl-next {
  right: -4%;
  top: 33%;
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-image-box {
  position: relative;
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-image-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-image-box .product-labels {
  position: absolute;
  top: 0;
  left: 3%;
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-image-box .product_label {
  float: left;
  clear: left;
  line-height: 16px;
  margin: 0 0 4px;
  padding: 12px 1px 0px 1px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  width: 36px;
  height: 40px;
  -webkit-clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  clip-path: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/css/clips.svg#product_label_clippath");
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-image-box .product_label.custom {
  padding: 6px 1px 0px 1px;
  line-height: 12px;
  font-size: 11px;
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-name {
  margin: 8px 0 5px;
  line-height: 16px;
  text-align: center;
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-name a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.cms-index-index .home-recently-viewed #product-carousel-box .product-name a:hover {
  text-decoration: none;
  color: #428bca;
}
.cms-index-index .home-recently-viewed #product-carousel-box .availability {
  display: none;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box {
  text-align: center;
  font-weight: 600;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .price {
  text-align: center;
  font-weight: 600;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .regular-price .price {
  font-size: 20px;
  text-align: center;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .regular-price .smalldigits {
  font-size: 14px;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .old-price {
  text-align: center;
  font-size: 14px;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .old-price .price-label {
  display: inline-block;
  color: #9a9a9a;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  /*color: #c4c2c2;*/
  font-weight: 600;
  color: #9a9a9a;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .old-price .smalldigitsold {
  font-size: 10px;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .special-price {
  padding: 0;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .special-price .price-label {
  display: none;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .special-price .price {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .special-price .smalldigits {
  font-size: 14px;
}
.cms-index-index .home-recently-viewed #product-carousel-box .price-box .availability {
  display: none;
}
.cms-index-index .zblock .zblock-item p {
  margin: 0;
}
.cms-index-index .zblock .zblock-item p a img {
  width: 100%;
}
.header-404 .left-side .button {
  margin-top: 10px;
}
.categories-list {
  padding-bottom: 30px;
}
.categories-list h3 {
  margin: 0;
  padding: 70px 0 40px 0;
}
.categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-list ul li {
  float: left;
  width: 180px;
  height: 180px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  border: 0;
}
.categories-list ul li:nth-child(6n) {
  margin-right: 0;
}
.advanced-search .input-range input.input-text {
  width: 30%;
  display: inline-block;
}
.advanced-search .input-range .separator {
  margin: 0 10px;
}
.advanced-search .multiselect {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 90px;
}
.advanced-search .multiselect:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.advanced-search .multiselect::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.advanced-search .multiselect:-ms-input-placeholder {
  color: #999999;
}
.advanced-search .multiselect::-webkit-input-placeholder {
  color: #999999;
}
.advanced-search .multiselect[disabled],
.advanced-search .multiselect[readonly],
fieldset[disabled] .advanced-search .multiselect {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.advanced-search .multiselect {
  height: auto;
}
#product_comparison {
  margin-top: 20px;
  margin-bottom: 20px;
}
#product_comparison .compare-product-container {
  text-align: center;
}
#product_comparison .compare-product-container .compare-product-box {
  margin: 10px 0;
  display: inline-block;
  max-width: 138px;
  text-align: center;
}
#product_comparison .compare-product-container .compare-product-box .image-container {
  position: relative;
}
#product_comparison .compare-product-container .compare-product-box .image-container a.btn-remove {
  position: absolute;
  padding: 0;
  margin: 0;
  right: -8px;
  top: -13px;
  font-size: 18px;
  color: #f85556;
}
#product_comparison .compare-product-container .compare-product-box .image-container .product-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
#product_comparison .compare-product-container .compare-product-box .image-container .product-action a {
  color: #666;
  display: block;
}
#product_comparison .compare-product-container .compare-product-box .image-container .product-action a:hover {
  color: #019bd9;
}
#product_comparison .compare-product-container .compare-product-box .product-name {
  margin: 8px 0 5px;
  line-height: 16px;
}
#product_comparison .compare-product-container .compare-product-box .product-name a {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  display: block;
}
#product_comparison .compare-product-container .compare-product-box .product-image {
  border: 1px solid #cecece;
  display: block;
  padding: 5px;
}
#product_comparison .compare-product-container .compare-product-box:hover .product-action {
  display: block;
}
#product_comparison .compare-product-container .compare-product-box .ratings {
  padding: 4px 0;
}
#product_comparison .odd {
  background: #fff;
}
#product_comparison th {
  vertical-align: top;
  padding: 15px 50px  15px 10px;
  border-right: 1px solid #f3f4f6;
  font-size: 18px;
  font-weight: 300;
}
#product_comparison td {
  padding: 20px;
  vertical-align: top;
  font-size: 10px;
  border-right: 1px solid #f3f4f6;
}
#product_comparison td:last-child {
  border: 0;
}
#product_comparison tr {
  border-bottom: 3px solid #f3f4f6;
}
#product_comparison tr:last-child {
  border: 0;
}
#product_comparison .price-box .price {
  font-size: 14px;
  font-weight: 600;
}
#product_comparison .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
#product_comparison .price-box a.minimal-price-link {
  display: none;
}
#product_comparison .price-box .old-price {
  font-size: 10px;
}
#product_comparison .price-box .old-price .price-label {
  color: #9a9a9a;
  font-weight: 600;
}
#product_comparison .price-box .old-price .price {
  text-decoration: line-through;
  color: #9a9a9a;
  font-weight: 600;
}
#product_comparison .price-box .old-price .discount {
  display: none;
  padding-left: 3px;
  color: #c4c2c2;
}
#product_comparison .price-box .special-price {
  padding: 3px 0;
}
#product_comparison .price-box .special-price .price-label {
  display: none;
}
#product_comparison .price-box .special-price .price {
  color: #cc0000;
}
#product_comparison .price-box .price-excluding-tax,
#product_comparison .price-box .price-including-tax {
  display: block;
  line-height: 17px;
}
#product_comparison .add-to-links {
  padding: 0;
  list-style: none;
}
#product_comparison .add-to-cart {
  margin-top: 10px;
}
.page-sitemap .sitemap {
  list-style: none;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-top: 40px;
}
.page-sitemap .sitemap .level-0 {
  font-size: 16px;
}
.page-sitemap .sitemap .level-0 a {
  color: #000;
}
.page-sitemap .sitemap .sitemap-products {
  font-size: 10px;
  line-height: 13px;
  display: block;
}
.page-sitemap #sitemap_top_links ul {
  padding: 0;
}
.page-sitemap #sitemap_top_links ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.page-sitemap #sitemap_top_links ul li:hover,
.page-sitemap #sitemap_top_links ul li:focus {
  background: transparent;
}
.page-sitemap .pages ol {
  display: inline;
  list-style: none;
  padding: 0;
}
.page-sitemap .pager {
  display: block;
  padding-top: 20px;
  color: #999;
  text-align: left;
}
.page-sitemap .pager .amount {
  display: inline;
}
.page-sitemap .pager li {
  margin: 0 5px;
}
.page-sitemap .pager li a {
  padding: 0;
  border: 0;
  color: #444;
}
.page-sitemap .pager li a.previous,
.page-sitemap .pager li a.next {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.page-sitemap .pager li a:hover,
.page-sitemap .pager li a:focus {
  background: transparent;
}
#aboutus .content-box {
  padding: 100px 0;
  padding-left: 20px;
}
#aboutus .content-box .box-text h3 {
  padding: 10px 0;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
}
#aboutus .content-box .box-text .line-bottom {
  border-bottom: 3px solid #000;
}
#aboutus .content-box .box-text h5 {
  color: #0291d6;
  font-style: italic;
}
#aboutus .content-box .box-text h6 {
  color: #0291d6;
  font-weight: 900;
  font-size: 16px;
}
#aboutus .content-box .box-text h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
#aboutus .content-box .box-text h4 {
  font-weight: 600;
  padding: 10px 0;
}
#aboutus .content-box .image-box {
  margin-left: 20px;
}
#aboutus .content-box .image-box-bottom {
  /*margin-bottom: -100px;*/
}
#aboutus .content-box .image-box-bottom img {
  float: right;
}
#aboutus .content-box .circle-box {
  text-align: center;
  margin-top: 50px;
}
#aboutus .content-box .circle-box .circle {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #aaa;
}
#aboutus .content-box .circle-box h4 {
  margin-top: 40px;
  color: #0291d6;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
}
#aboutus .btn-box {
  display: inline-block;
  margin-top: 20px;
}
#aboutus .btn-box .btn {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}
#aboutus .bkg {
  background: #fafafa;
}
#aboutus p {
  line-height: 20px;
  color: #999;
}
#aboutus .first {
  padding-top: 40px;
}
#aboutus .first .box-text h3 {
  text-transform: none;
}
#aboutus .first .box-text p {
  color: #666;
}
#aboutus .img-bottom {
  padding-bottom: 40px;
}
#aboutus .black p {
  color: #000;
}
.rss-box {
  padding-left: 40px;
  padding-bottom: 100px;
}
.rss-box .rss-table th {
  padding-top: 40px;
}
.rss-box .rss-table td {
  padding: 10px;
}
.rss-box .rss-table tr.odd {
  background: #f5f5f5;
}
.tags-list {
  padding: 50px 40px 100px 40px;
}
.mixin-my-account-container {
  border-top: 1px solid #0291d6;
  padding: 20px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.my-account-box {
  margin-bottom: 100px;
}
.my-account-box .fb_button_text {
  border-radius: 20px;
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
  min-width: 46%;
  height: 38px;
  line-height: 38px;
  background-size: 100% 100%;
}
.my-account {
  margin-bottom: 100px;
}
.my-account h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
.my-account #form-validate {
  display: block;
  border-top: 1px solid #0291d6;
  padding: 20px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.my-account .dashboard .welcome-msg {
  padding: 10px 0;
}
.my-account .no-display {
  display: none;
}
.my-account .box {
  border-top: 1px solid #0291d6;
  background: #fafafa;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.my-account .box .box-title {
  padding: 10px 15px;
  background-color: #f5f5f5;
  position: relative;
}
.my-account .box .box-title h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
}
.my-account .box .box-title a {
  position: absolute;
  top: 10px;
  right: 10px;
}
.my-account .box .box-content {
  padding: 20px;
  font-size: 13px;
  min-height: 100px;
}
.my-account .box .box-content .col-1 {
  float: left;
  width: 48.5%;
}
.my-account .box-account .box-head {
  padding: 10px 15px;
  position: relative;
}
.my-account .box-account .box-head a {
  position: absolute;
  top: 30px;
  right: 0;
}
.my-account .box-account ol {
  border-top: 1px solid #0291d6;
  padding: 20px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.my-account .addresses-primary,
.my-account .addresses-additional {
  margin-bottom: 20px;
}
.my-account .addresses-primary ol,
.my-account .addresses-additional ol {
  border-top: 1px solid #0291d6;
  padding: 20px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.my-account .my-account-table-box {
  border-top: 1px solid #0291d6;
  padding: 20px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.my-account .my-account-table-box .data-table {
  width: 100%;
}
.my-account .buttons-set .required {
  text-align: right;
  color: red;
}
.my-account .title-buttons div {
  margin-top: 10px;
}
.my-account #wishlist-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-account #wishlist-table textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-account #wishlist-table .description {
  margin: 15px 0;
}
.my-account #wishlist-table td.last {
  vertical-align: top;
}
.my-account #wishlist-table td.last a i {
  font-size: 20px;
}
.my-account #wishlist-table .qty-box {
  padding: 10px;
}
.my-account #wishlist-table .qty-box .qty {
  width: 40px;
  outline: none;
  background: #eee;
  border: 1px solid #ccc;
  padding: 4px 0;
  text-align: center;
  font-size: 18px;
  float: left;
}
.my-account #wishlist-table .qty-box .product-page-qty-buttons {
  position: relative;
  width: 18px;
  height: 34px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 2px;
}
.my-account #wishlist-table .qty-box .product-page-qty-buttons a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  text-align: center;
}
.my-account #wishlist-table .qty-box .product-page-qty-buttons a.qty-inc {
  top: 0;
}
.my-account #wishlist-table .qty-box .product-page-qty-buttons a.qty-dec {
  bottom: 0;
}
.my-account #wishlist-table .qty-box .product-page-qty-buttons a.qty-dec i {
  border-top: 1px solid #ccc;
}
.my-account #wishlist-table .truncated {
  padding-top: 10px;
}
.my-account #wishlist-table .price-box .price {
  font-size: 20px;
}
.my-account #wishlist-table tr.odd {
  background: #fff;
}
.my-account #wishlist-table tr {
  border: 5px solid #fafafa;
}
.my-account #wishlist-table td {
  padding-bottom: 20px;
}
.my-account #aw_giftcard2-form {
  display: block;
  border-top: 1px solid #0291d6;
  padding: 20px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.buttons-set2 {
  text-align: right;
}
.wedding-account-form {
  display: block;
  border-top: 1px solid #0291d6;
  padding: 20px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.wedding-account-form .fieldset {
  width: 50%;
  float: left;
  margin-top: 2%;
}
.wedding-account-form input[type="text"] {
  width: 100%;
}
.wedding-account-form textarea {
  width: 100% !important;
}
.contacts-index-index .sharkskin-content .container {
  /*
	width: 100%;
	padding: 0;
	*/
}
/* Contact Page Design2 */
.contact-form2 {
  padding-top: 20px;
}
.contact-form2 .nopadding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.contact-form2 .nopadding-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.contact-form2 #comment {
  height: 172px;
}
.contact-form2 .contacts-map {
  float: left;
  width: 70%;
}
.contact-form2 #contactForm {
  float: left;
  background-color: #ffffff;
  width: 30%;
  padding: 0 20px;
}
.contact-form2 #contactForm h3 {
  text-align: center;
}
.contact-form2 #contactForm .black-button {
  width: 100%;
}
.extra-contact {
  margin-top: 5%;
}
.extra-contact .contacts-map {
  float: left;
  width: 60%;
}
.extra-contact .contacts-map .orestiada-title {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}
.extra-contact .like-contact-form {
  float: left;
  background-color: #ffffff;
  width: 40%;
  padding: 0 20px;
  font-size: 14px;
}
.extra-contact .like-contact-form h3 {
  text-align: center;
}
.extra-contact .like-contact-form .info-contact-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.extra-contact .like-contact-form .info-contact-description {
  float: left;
  width: 100%;
}
.extra-contact .like-contact-form .info-contact-description .info-contact-bold {
  float: left;
  font-weight: bold;
  width: 30%;
}
.extra-contact .like-contact-form .info-contact-description .info-contact-simple {
  float: left;
  width: 70%;
}
.extra-contact .like-contact-form .info-contact-description .info-contact-hours-bold {
  width: 100%;
  font-weight: bold;
  display: inline-block;
}
.extra-contact .like-contact-form .info-contact-description .info-contact-hours-simple {
  width: 100%;
  display: inline-block;
}
/*Common*/
.page-box-header {
  background: #eee;
}
.page-box-header .left-side {
  padding: 50px 0 50px 40px;
}
.page-box-header .left-side h1 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  padding-bottom: 10px;
}
.page-box-header .right-side .box {
  text-align: center;
  display: block;
}
.page-box-header .right-side .box img {
  vertical-align: bottom;
}
.page-box-header .center-side {
  text-align: center;
  padding: 30px 0 30px 0px;
}
.page-box-header .center-side h1 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: block;
}
.col-xs-height {
  display: block;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
  .row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
  .row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
/*End Common*/
.buttons-set .required {
  color: red;
  margin-top: -10px;
}
#contact-info2 {
  margin: 75px 0 65px 0;
}
#contact-info2 h3 {
  /*        margin-top: 0;
                margin-bottom: 20px;
                text-transform: none;
                font-weight: bold;*/
}
#contact-info2 ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info2 ul.social li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
#contact-info2 ul.social li a {
  min-width: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 20px;
  color: #000;
  display: block;
  padding: 5px 10px;
}
#contact-info2 ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info2 ul.list li {
  margin-bottom: 5px;
}
#contact-info2 ul.list li span,
#contact-info2 ul.list li a {
  color: #000;
}
#contact-info2 ul.list li i {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 2px;
  vertical-align: top;
}
#contact-info2 ul.list li div {
  display: inline-block;
}
.contact-bottom-box {
  margin-bottom: 100px;
}
/* Contact Page Design1 */
.contact-form {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 2px;
}
.contact-form h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-form .form-list .fields .field {
  width: 48%;
  display: inline-block;
}
#contact-info {
  margin: 40px 0;
}
#contact-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: bold;
}
#contact-info ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info ul.social li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
#contact-info ul.social li a {
  min-width: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 20px;
  color: #000;
  display: block;
  padding: 5px 10px;
}
#contact-info ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info ul.list li {
  margin-bottom: 5px;
}
#contact-info ul.list li span,
#contact-info ul.list li a {
  color: #000;
}
#contact-info ul.list li i {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 2px;
  vertical-align: top;
}
#contact-info ul.list li div {
  display: inline-block;
}
/**
 * ShopShark
 *
 * @category    design
 * @package     shopshark_default
 * @copyright   Copyright (c) 2014 ShopShark (http://www.shopshark.net)
 */
.cart {
  margin-top: 20px;
  /*Right side collapse forms*/
  /*End Right side collapse forms*/
  /*table*/
  /*end table*/
}
.cart #empty_cart_button {
  display: none;
}
.cart input[type="radio"] {
  margin: 0;
  margin-top: 2px;
  margin-left: -20px;
}
.cart .show-hide-form {
  display: none;
}
.cart .right-block-collapse #discount-coupon-form,
.cart .right-block-collapse #shipping {
  position: relative;
}
.cart .right-block-collapse .discount-form {
  display: none;
}
.cart .right-block-collapse .shipping-form {
  display: none;
}
.cart .right-block-collapse .show-hide-form {
  position: absolute;
  top: 17px;
  right: 10px;
  display: block;
  font-size: 14px;
  cursor: pointer;
}
.cart .product-page-right {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 15px;
}
.cart .product-page-right .product {
  margin-top: 10px;
}
.cart .product-page-right .product .product-image {
  margin-right: 10px;
}
.cart .product-page-right .product .product-details .product-name a {
  color: #666;
  font-size: 12px;
}
.cart .product-page-right .product .product-details .product-name a:hover {
  color: #000;
}
.cart .product-page-right .product .product-details p {
  padding: 0;
  margin: 0;
}
.cart .product-page-right h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
}
.cart .discount h3,
.cart .shipping h3,
.cart .installments h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
.cart .shipping,
.cart .discount,
.cart .installments {
  background: #f3f4f6;
  padding: 20px;
  margin-bottom: 15px;
}
.cart .shipping .sp-methods label[for="s_method_amtable_amtable2"] {
  /* .price { display: none; } */
}
.cart .installments {
  text-align: left;
}
.cart .installments .installmentInfo {
  text-align: left;
  float: left;
  width: 100%;
  /*background: #ee145b;
			padding: 10px 0;*/
}
.cart .installments .installmentsoverlay {
  margin-top: 9px;
  font-size: 12px;
}
.cart .installments .installmentsoverlay .numInstallments {
  display: inline-block;
}
.cart .installments .installmentsoverlay .row-three-boxes {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cart .installments .installmentsoverlay .row-three-boxes .info {
  display: inline-block;
  width: auto;
  border: 1px solid #bcbcbc;
  padding: 5px 5px;
  font-size: 12px;
}
.cart .installments .installmentsoverlay .extra-small-info {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.cart .installments .installmentsoverlay .styled-select select {
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.cart .installments .installmentsoverlay .rounded {
  /*
			   -webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			   border-radius: 20px;
			   */
}
.cart .installments .installmentsoverlay .black {
  background-color: #bcbcbc;
}
.cart .installments .installmentsoverlay .black select {
  color: #000000;
  outline: none;
}
.cart #shipping-zip-form p {
  margin-top: 9px;
  font-size: 12px;
  color: #999999;
}
.cart #discount-coupon-form label {
  margin-top: 9px;
  font-size: 12px;
  color: #999999;
}
.cart #discount-coupon-form .input-group {
  display: initial;
}
.cart #discount-coupon-form .input-group-btn button {
  margin-top: 6%;
}
.cart #aw_giftcard2-form label {
  margin-top: 9px;
  font-size: 12px;
  color: #999999;
}
.cart #aw_giftcard2-form .buttons-set button {
  margin-top: 6%;
}
.cart table.data-table {
  margin-top: 20px;
}
.cart table.data-table tr.odd {
  background: #fff;
}
.cart table.data-table tr .product-image {
  border: 1px solid #dadcdf;
  padding: 20px;
  display: block;
  height: 140px;
  width: 140px;
  margin-right: 8px;
}
.cart table.data-table tr th {
  font-weight: 600;
  border-bottom: 4px solid #f3f4f6;
  font-size: 11px;
  padding: 8px 0;
}
.cart table.data-table tr td {
  padding: 13px 10px 13px 0;
  border-top: 0;
  border-bottom: 1px solid #eaedf4;
}
.cart table.data-table tr td .qty-box {
  min-width: 50px;
}
.cart table.data-table tr td.edit-product {
  padding-left: 10px;
  padding-right: 10px;
}
.cart table.data-table tr td a {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart table.data-table tr td dl {
  max-width: 350px;
}
.cart table.data-table tr td dl dt {
  font-weight: 600;
  padding-top: 10px;
  font-size: 11px;
}
.cart table.data-table tr td dl dd {
  margin-left: 0;
  font-size: 11px;
}
.cart table.data-table tr td .price {
  font-weight: 600;
}
.cart table.data-table tr td .product-name {
  font-weight: 600;
  margin: 0;
  font-size: 12px;
  max-width: 350px;
}
.cart table.data-table tr td .btn-remove {
  color: #666666;
}
.cart table.data-table tr td .qty {
  width: 21px;
  outline: none;
  background: #F5F5F5;
  border: 1px solid #ccc;
  padding: 4px 0;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
}
.cart table.data-table tr td .product-page-qty-buttons {
  position: relative;
  width: 18px;
  height: 24px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 2px;
}
.cart table.data-table tr td .product-page-qty-buttons a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  text-align: center;
  line-height: 1px;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-inc {
  top: 0;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-inc:hover {
  color: #007ED1;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-dec {
  bottom: 0;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-dec i {
  border-top: 1px solid #ccc;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-dec:hover {
  color: #007ED1;
}
.cart table.data-table tr td:last-of-type {
  border: 0;
}
.cart-empty {
  position: relative;
}
.cart-empty .image-empty-cart {
  width: 45%;
  margin-left: 25%;
}
.cart-empty .empty-cart-buttons {
  position: absolute;
  margin-top: 85%;
  margin-left: -20%;
  width: 100%;
}
.cart-empty .empty-cart-buttons .empty-cart-button {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 7px 7px;
  margin: 10px 0;
  background-color: #24366e;
  border: 4px solid #fff;
  font-size: 1vw;
  text-align: center;
  color: #fff;
  outline: none;
  border-radius: 15px;
}
.cart-empty .empty-cart-buttons .empty-cart-button .fa {
  position: absolute;
  right: 10%;
  font-size: 1.2vw;
  top: 25%;
}
.cart-empty .empty-cart-buttons .empty-cart-button:hover {
  text-decoration: none;
  color: #24366e;
  border-color: #24366e;
  background-color: #fff;
}
/*Totals*/
#shopping-cart-totals-table td.noborder {
  border: 0;
}
#shopping-cart-totals-table td {
  border-top: 1px solid #eaedf4;
}
#shopping-cart-totals-table .grand-total {
  font-size: 15px;
}
/*.cart-right-box{


    .cart-right-block{
        margin-bottom: 20px;
        padding: 10px;
    }
    .bkg-gray{
        background: #f0f0f0;
    }
}*/
/*.cart-bottom-box{
    .title{
        background: #f3f4f6;
        padding: 5px 15px;
        margin: 100px 0 10px 0;
        h3{
            margin: 0;
        }
    }
}*/
.checkout-types {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-types li {
  display: block;
  margin-bottom: 10px;
}
.opc {
  list-style: none;
  margin: 0;
  padding: 0;
}
.opc .step-title h3 {
  border-bottom: 1px solid #aaa;
}
.multiaddress-checkout-progress {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.multiaddress-checkout-progress li {
  display: inline;
}
.multiaddress-checkout-progress li.active {
  font-weight: bold;
}
.multiaddress-checkout-progress li + li:before {
  content: ">";
  margin: 0 5px;
  color: #999;
}
/*One page checkout*/
#checkoutSteps {
  color: #333;
}
#checkoutSteps .forgot-item {
  font-size: 12px;
}
#checkoutSteps .forgot-item a {
  font-size: 12px;
}
#checkoutSteps li {
  margin: 10px 0;
}
#checkoutSteps li .step-title h3 {
  color: #000;
  border-bottom: 3px solid #f3f4f6;
  font-size: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
#checkoutSteps li .step-title h3 .number {
  background: #f3f4f6;
  padding: 5px 10px;
  font-weight: 900;
  margin-right: 10px;
}
#checkoutSteps li .step-title h3 a {
  float: right;
}
#checkoutSteps li h4 {
  font-weight: bold;
  font-size: 13px;
}
#checkoutSteps li #checkout-review-table-wrapper .grand-total {
  font-size: 15px;
}
#checkoutSteps li #checkout-review-table-wrapper th {
  font-weight: 600;
  border-bottom: 4px solid #f3f4f6;
  font-size: 11px;
  padding: 8px 0;
}
#checkoutSteps li #checkout-review-table-wrapper tr td:last-child {
  text-align: right;
}
#checkoutSteps li #checkout-review-table-wrapper td {
  color: #666;
  padding: 15px 0;
  border-bottom: 1px solid #eaedf4;
}
#checkoutSteps li #checkout-review-table-wrapper td h3.product-name {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#checkoutSteps li #checkout-review-table-wrapper td dt {
  font-weight: 600;
  padding-top: 10px;
  font-size: 11px;
}
#checkoutSteps li #checkout-review-table-wrapper td dd {
  margin-left: 0;
  font-size: 11px;
}
#checkoutSteps li #checkout-review-table-wrapper td dl {
  padding-left: 69px;
  margin: 0;
}
#checkoutSteps li #checkout-review-table-wrapper td.a-center {
  padding-left: 10px;
  padding-right: 10px;
}
#checkoutSteps li #checkout-review-table-wrapper img {
  border-radius: 5px;
  background: #f3f4f6;
  padding: 2px;
  margin-right: 15px;
}
#checkoutSteps li select,
#checkoutSteps li input[type='text'] {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-color: #ccc;
}
#checkoutSteps li select:focus,
#checkoutSteps li input[type='text']:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#checkoutSteps li select::-moz-placeholder,
#checkoutSteps li input[type='text']::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#checkoutSteps li select:-ms-input-placeholder,
#checkoutSteps li input[type='text']:-ms-input-placeholder {
  color: #999999;
}
#checkoutSteps li select::-webkit-input-placeholder,
#checkoutSteps li input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
#checkoutSteps li select[disabled],
#checkoutSteps li input[type='text'][disabled],
#checkoutSteps li select[readonly],
#checkoutSteps li input[type='text'][readonly],
fieldset[disabled] #checkoutSteps li select,
fieldset[disabled] #checkoutSteps li input[type='text'] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea#checkoutSteps li select,
textarea#checkoutSteps li input[type='text'] {
  height: auto;
}
#checkoutSteps li label {
  margin-top: 15px;
}
#checkoutSteps li #checkout-step-billing,
#checkoutSteps li #checkout-step-shipping,
#checkoutSteps li #checkout-step-shipping_method,
#checkoutSteps li #checkout-step-payment,
#checkoutSteps li #checkout-step-review {
  padding-left: 27px;
}
#checkoutSteps li #checkout-step-review {
  padding-left: 42px;
}
#checkoutSteps li .back-link {
  float: left;
}
#checkoutSteps li .v-fix {
  display: inline-block;
}
#checkoutSteps li #ccsave_expiration,
#checkoutSteps li #ccsave_expiration_yr {
  width: 150px;
  margin-right: 10px;
}
#checkoutSteps li form {
  padding: 0 15px;
}
#checkoutSteps li #table-checkoutsteps-totals {
  width: 100%;
  margin-bottom: 18px;
  margin-top: -18px;
}
#checkoutSteps li #table-checkoutsteps-totals td {
  border: 0;
  border-top: 1px solid #eaedf4;
}
#checkoutSteps li #table-checkoutsteps-totals .noborder {
  border: 0;
}
#checkoutSteps li #table-checkoutsteps-totals .a-right {
  text-align: right;
}
/*Aside Progress*/
#checkout-progress-wrapper dl dt,
#shipping_method-progress-opcheckout dl dt,
#payment-progress-opcheckout dl dt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 0;
  letter-spacing: 0.2px;
}
#checkout-progress-wrapper dl dt .changelink .separator,
#shipping_method-progress-opcheckout dl dt .changelink .separator,
#payment-progress-opcheckout dl dt .changelink .separator {
  border-left: 1px solid #999;
  margin: 0 5px;
}
#checkout-progress-wrapper dl dd,
#shipping_method-progress-opcheckout dl dd,
#payment-progress-opcheckout dl dd {
  margin-bottom: 18px;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
  padding-left: 5px;
}
.checkout-onepage-index .page-title,
.checkout-onepage-index aside {
  margin-top: 20px;
}
.checkout-onepage-index .page-title {
  margin-bottom: 40px;
}
/* Blog ============================================================================= */
/*.postWrapper { 
    clear: both; 
    padding: 15px 0;
    &:after { 
        content: ""; 
        display: block; 
        clear: both; 
    }
}

.postImage { 
    float: left; 
}
.postTitle,
.postContent,
.postContentWrapper { 
    display: table; 
    line-height: 1.6em; 
}
.blog-read-more { 
    text-transform: uppercase; 
    color: #000; 
    padding-right: 20px;
    font-size: 10px;
}

.postTags { 
    margin: 20px 0; 
    list-style: none; 
    padding: 0; 
    li {
        float: left; 
        margin-right: 5px; 
        &:after { 
            content: ","; 
        }
        &.last:after { 
            content: ""; 
            display: none; 
        }
    }
    &:after{
        content: ""; 
        display: block; 
        clear: both; 
    }
}
.postSocial { 
    margin: 20px 0; 
}

 Pinterest Style   
&.blogPostsPinterest {
    padding-top: 10px; 
    clear:both; 
    margin-right: -9px;

    &:after { 
        content: ""; 
        display: block; 
        clear: both; 
    }
    .postWrapper { 
        border: 1px solid #ececec; 
        border-radius: 3px; 
        width: 278px; 
        margin: 0 9px 9px 0; 
        float: left; 
        padding: 10px;
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); 
        -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1); 
        box-shadow: 0 0 7px rgba(0,0,0,0.1);  
        clear: none;
        .postImage { 
            margin: 0 0 12px;
            img { 
                max-width: 100%; 
            }
        }
        .postContentWrapper { 
            display: block; 
            .postTitle { 
                text-align: center; 
                display: block; 
                h2 { 
                    font-size: 22px; 
                }
            }
            .postContent { 
                color: #999; 
                margin: 20px 30px; 
                text-align: justify; 
            }
            .postReadmoreComments { 
                margin: 5px 0 0; 
                text-align: center; 
            }
        }
    }
}
End Pinterest




.toolbar.blog-pin-style { 
    display: none; 
}



Post View 
.blog-post-view{
    .postImage { 
        float: right; 
        margin: 0 0 0 35px; 
    }
    .postTitle {
        h2 { 
            font-size: 45px; 
            letter-spacing: -1px; 
            line-height: 45px; 
            margin: 0; }
    }
    .postDetails{
        span{
            color: #428bca;
        }
    }
    .postComments{
        display: block; 
        margin: 20px 0 10px;
        h3 { 
            margin: 0; 
        }
    }
    .commentWrapper{
        margin: 15px 0;
        .commentDetails { 
            margin-bottom: 10px; 
        }
        h4 { 
            margin: 0; 
        }
    }
    .submitComment { 

    }
    .pager { 
        margin: 10px 0 25px; 
        padding: 0; 
    }
}
End Post View */
/* List View 
.blog-index-list,
.blog-cat-view{
    .postImage { 
        margin: 0 20px 0 0;
    }
    .postTitle h2 { 
        margin: 0; 
    }
    .postDetails { 
        margin-bottom: 10px; 
        display: block; 
    }
    .postTags { 
        margin: 10px 0; 
    }
    .blogReadmore { 
        display: none; 
    }
    .postReadmoreComments { margin-top: 10px; }
    .pager { 
        margin: 10px 0; 
        padding: 0; 
    }
}

 End List View */
/* Menu */
.block-blog .menu-recent {
  margin-bottom: 15px;
}
/*LIST VIEW*/
.blog-header-box {
  margin-bottom: 30px;
}
.blog-pager .page-pager {
  display: block;
  color: #999;
  text-align: left;
}
.blog-pager .page-pager .amount {
  display: inline;
}
.blog-pager .page-pager li {
  margin: 0 5px;
}
.blog-pager .page-pager li a {
  padding: 0;
  border: 0;
  color: #444;
  display: inline-block;
}
.blog-pager .page-pager li a.previous,
.blog-pager .page-pager li a.next {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.blog-pager .page-pager li a:hover,
.blog-pager .page-pager li a:focus {
  background: transparent;
}
#blogPostsWrapper {
  margin-bottom: 100px;
}
.postWrapper .postImage {
  background-image: url("https://www.e-expert.gr/skin/frontend/mageguidexp/default/images/line_bg.png");
  background-repeat: repeat;
}
.postWrapper .post-separator {
  margin: 30px 0;
  border-bottom: 3px solid #f4f4f6;
}
.postWrapper .postBox .buttons-set .required {
  color: red;
  margin-top: -10px;
}
.postWrapper .postBox ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 60px 0;
}
.postWrapper .postBox ul.social li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.postWrapper .postBox ul.social li a {
  min-width: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 20px;
  color: #000;
  display: block;
  padding: 5px 10px;
}
.postWrapper .postBox .commentsBox {
  margin: 25px 0;
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.postWrapper .postBox .postDetails .separator {
  color: #999;
}
.postWrapper .postBox .commentWrapper {
  padding: 0 0 0 30px;
  border-left: 4px solid #eee;
  margin: 0 0 25px;
}
.postWrapper .postBox .commentWrapper .commentDetails h4 {
  font-weight: 600;
  margin-bottom: 0;
}
.postWrapper .postBox .commentWrapper .commentContent {
  padding-top: 20px;
}
.postWrapper .postBox .blog-date {
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 13px;
  width: 75px;
  height: 75px;
  background: #eee;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.postWrapper .postBox .blog-date .inner {
  color: #000;
}
.postWrapper .postBox .blog-date .day {
  padding-top: 13px;
  margin-bottom: 1px;
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
}
.postWrapper .postBox .postContentWrapper {
  overflow: hidden;
}
.postWrapper .postBox .postContentWrapper .postTitle h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.postWrapper .postBox .postContentWrapper .postContent {
  margin-top: 40px;
}
.postWrapper .postBox .postContentWrapper .blogReadmore {
  padding-top: 20px;
  text-align: right;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #22366e;
  border-color: transparent;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus {
  color: #ffffff;
  text-decoration: none;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled],
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active,
.open .dropdown-toggle.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  color: #ffffff;
  background-color: #18274f;
  border-color: rgba(0, 0, 0, 0);
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active,
.open .dropdown-toggle.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  background-image: none;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled],
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled]:hover,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled]:focus,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled]:active,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled.active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled].active,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active {
  background-color: #22366e;
  border-color: transparent;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more .badge {
  color: #22366e;
  background-color: #ffffff;
}
.postWrapper .postBox .postContentWrapper a {
  color: #000;
}
.postWrapper .postBox .tags h4 {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}
.postWrapper .postBox .tags ul {
  padding: 0;
  display: inline;
}
.postWrapper .postBox .tags ul li {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
/*END LIST VIEW*/
/* GRID */
#infscr-loading {
  display: none;
  position: absolute !important;
  bottom: -50px;
  width: 100% !important;
  text-align: center !important;
}
#infscr-loading img {
  margin: 5px;
}
.afterBlog {
  height: 100px;
}
.toolbar.blog-pin-style {
  display: none;
}
.tile-red {
  background-color: rgba(220, 40, 40, 0.85);
}
.tile-blue {
  background-color: rgba(20, 90, 170, 0.85);
}
.tile-purple {
  background-color: rgba(175, 30, 210, 0.85);
}
.tile-orange {
  background-color: rgba(245, 120, 30, 0.85);
}
.tile-light-blue {
  background-color: rgba(40, 180, 220, 0.85);
}
.tile-green {
  background-color: rgba(145, 205, 40, 0.85);
}
#blogWrapper .blogPostBox .item-box {
  height: 100%;
  padding: 5px;
  position: relative;
}
#blogWrapper .blogPostBox .item-box .blog-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#blogWrapper .blogPostBox .item-box .blog-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
#blogWrapper .blogPostBox .item-box .bkg {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#blogWrapper .blogPostBox .item-box .bkg .blog-info {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
}
#blogWrapper .blogPostBox .item-box .bkg .blog-info .blog-title {
  color: #fff;
  max-width: 75%;
  padding: 10px;
  display: inline-block;
}
#blogWrapper .blogPostBox .item-box .bkg .blog-info .blog-read-more {
  color: #000;
  padding: 10px;
  background: #fff;
  display: inline-block;
}
#blogWrapper .box_1x1 {
  width: 228px;
  height: 228px;
}
#blogWrapper .box_2x1 {
  width: 456px;
  height: 228px;
}
#blogWrapper .box_2x2 {
  width: 456px;
  height: 456px;
}
#blogWrapper .box_3x2 {
  width: 684px;
  height: 456px;
}
@media (max-width: 767px) {
  #blogWrapper .box_3x2,
  #blogWrapper .box_2x2,
  #blogWrapper .box_2x1,
  #blogWrapper .box_1x1 {
    width: 100%;
  }
}
/*END GRID*/
/*
ShopShark SkarkSkin
Copyright (c) ShopShark (http://www.shopshark.net)
*/
/* 
    Created on : Feb 25, 2015, 3:13:55 PM
    Author     : Georgi
*/
/**
 * Mobile features in the desktop version
 */
@media (min-width: 1024px) and (max-width: 1260px) {
  .sharkskin-megamenu li.level0 > a {
    padding: 0 9px;
  }
  .catalog-category-view .toolbar-top {
    top: -68px;
    right: -35%;
  }
  .cms-index-index .box-home-bar .text-area h3 {
    font-size: 13px;
  }
  .cms-index-index .grey-just-arived-homeblock {
    height: 590px;
  }
  .cms-index-index .brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons .owl-next {
    right: -20px;
  }
  .cms-index-index .brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons .owl-prev {
    left: -20px;
  }
  .category-products .products-list .item .extra-info .catalog_list_rating {
    padding: 10px 0px 10px 0px;
  }
  .category-products .products-list .item .extra-info .catalog_list_compare {
    padding: 8px 10px 8px 0px;
  }
  .category-products .products-list .item .extra-info .catalog_list_wishlist {
    padding: 8px 10px;
  }
  .category-products .products-list .item .extra-info .catalog_list_compare a,
  .category-products .products-list .item .extra-info .catalog_list_wishlist a {
    font-size: 0;
  }
  .category-products .products-list .item .extra-info .catalog_list_qv {
    padding: 10px 5px 10px 10px;
    border-right: solid 1px #ED145A!important;
  }
  .category-products .products-list .item .extra-info .catalog_list_qv .my-quick-view-button-old .text-button span {
    font-size: 0;
  }
  .category-products .products-list .item .product_label.sale {
    top: 43% !important;
  }
  .category-products .products-list .item .product_label.custom {
    top: 76% !important;
  }
  .product-page .product-scroll-menu {
    width: 45px;
  }
  .product-page .product-scroll-menu .white-bar {
    display: none;
  }
  .product-page .product-short-info-box .product-shop-container .product-name h1 {
    font-size: 26px;
  }
  .product-page .product-short-info-box .price-box .old-price {
    font-size: 1.5vw;
  }
  .product-page .product-short-info-box .price-box .special-price .price {
    font-size: 2.2vw !important;
  }
  .product-page .product-short-info-box .price-box .special-price .price:before {
    font-size: 1.5vw !important;
  }
  .product-page .mageguide-bundler .bx-wrapper {
    padding: 0 7%;
  }
  .product-page .mageguide-bundler .bx-wrapper .bx-controls .bx-prev {
    left: 3%;
  }
  .product-page .mageguide-bundler .bx-wrapper .bx-controls .bx-next {
    right: 3%;
  }
  .product-page .product-page-related .owl-buttons .owl-prev,
  .product-page .product-page-upsell .owl-buttons .owl-prev {
    left: -2% !important;
  }
  .product-page .product-page-related .owl-buttons .owl-next,
  .product-page .product-page-upsell .owl-buttons .owl-next {
    right: -2% !important;
  }
  .product-page .product-installments-box .installments .installmentsoverlay {
    font-size: 1.5vw !important;
  }
  .product-page .product-installments-box .installments .installmentsoverlay .styled-select select {
    font-size: 14px !important;
  }
  .product-page .product-installments-box .installments .installmentsoverlay .info {
    margin-left: 0% !important;
  }
  .product-page .product-installments-box .askyourprice .askyourpriceoverlay {
    font-size: 14px !important;
  }
  .product-page .product-installments-box .askyourprice .askyourpriceoverlay .fancy-input.fancy-input--yoshiko {
    font-size: 1.1vw !important;
  }
  .product-page .product-installments-box .askyourprice .askyourpriceoverlay .black-button {
    font-size: 1.2vw !important;
  }
  .sharkskin-megamenu .parent:hover > .megamenu-dropdown {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sharkskin-megamenu li.level0 > a {
    padding: 0 6px;
    font-size: 9px;
  }
  .sharkskin-megamenu .parent:hover > .megamenu-dropdown {
    display: none;
  }
  .cms-index-index .sharkskin-content .container .homeblock {
    margin: 20px auto 40px auto;
  }
  .cms-index-index .sharkskin-content .container .homeblock .category_title_kitchen,
  .cms-index-index .sharkskin-content .container .homeblock .category_title_refrig,
  .cms-index-index .sharkskin-content .container .homeblock .category_title_wash {
    height: 70px;
    font-size: 22px;
    padding-top: 18px;
  }
  .cms-index-index .sharkskin-content .container .homeblock .category_subtitle_kitchen,
  .cms-index-index .sharkskin-content .container .homeblock .category_subtitle_refrig,
  .cms-index-index .sharkskin-content .container .homeblock .category_subtitle_wash {
    font-size: 10px;
  }
  .cms-index-index .sharkskin-content .container .homeblock .category_image img {
    min-height: 522px;
  }
  .cms-index-index .grey-just-arived-homeblock {
    height: 510px;
  }
  .cms-index-index .gray-popular-homeblock .popular_category .popular_category_title {
    font-size: 12px;
    padding: 5px 0 0 0px;
  }
  .cms-index-index .grey_block_title {
    padding: 20px 0 20px 0;
  }
  .cms-index-index .products-grid .item {
    height: 240px;
    padding: 0 10px;
  }
  .cms-index-index .products-grid .item .product-list-grid-box .product-name {
    max-height: 30px;
  }
  .cms-index-index .box-home-bar .text-area h3 {
    font-size: 12px;
    padding-top: 8px;
  }
  .sharkskin-header-search {
    width: 40%;
    margin: 0;
  }
  .sharkskin-header-search #search-submit-header .search-text {
    display: none;
  }
  .sharkskin-header-search #search-submit-header .fa-search {
    display: block;
  }
  .header-sticky-menu .sticky-logo {
    width: 30%;
  }
  .header-sticky-menu .sticky-logo .logo {
    margin: 5px 0 0 0;
  }
  .header-sticky-menu .sticky-logo .logo img {
    width: 70%;
    margin-left: 10%;
  }
  .header-sticky-menu .sticky-menu {
    width: 100%;
    margin-top: 0;
  }
  .header-sticky-menu .sticky-menu .sharkskin-megamenu li.level0 > a {
    padding: 0px 8px;
    font-size: 9px;
  }
  .header-sticky-menu .search-cart-sticky {
    width: 15%;
    float: right;
    position: absolute;
    right: 0;
  }
  .header-sticky-menu .search-cart-sticky .widget-header {
    padding: 0 8px 4px 8px;
  }
  .header-sticky-menu .search-cart-sticky #search-mini-form-header-sticky #search-submit-header-sticky .fa-search {
    display: none;
  }
  .header-sticky-menu .search-cart-sticky #search-mini-form-header-sticky #search-submit-header-sticky .search-text {
    display: block !important;
  }
  .details-container {
    display: none;
  }
  .brands-home-page .owl-carousel {
    width: 90%;
    margin-left: 5%;
  }
  .newsletter-homepage .newsletter-input-text .form-control {
    height: 22px;
    padding: 6px 3px;
    font-size: 10px;
  }
  .newsletter-homepage .homepage-newsletter-buttons {
    top: 70%;
  }
  .newsletter-homepage .homepage-newsletter-buttons .homepage-newsletter-female,
  .newsletter-homepage .homepage-newsletter-buttons .homepage-newsletter-male {
    padding: 3px 0px!important;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .sharkskin-collapse-visible {
    display: none;
  }
}
/**
 * Mobile features. Includes collapsable elements and default mobile menu
 */
/*
@media (max-width: @grid-float-breakpoint-max) {
    
    .sharkskin-collapse {
        display: none;

        // Add this class if you want the content to be displayed in a fixed position menu and not in its original position
        &.sharkskin-collapse-fixed {
            position: fixed;
            overflow-x: hidden;
            overflow-y: auto;
            z-index: @collapsed-fixed-zindex;
            top: 0;
            margin-top: @mobile-header-height;
            background-color: @collapsed-fixed-background;
            color: @collapsed-fixed-color;
            font-size: @collapsed-fixed-font-size;
            padding: @collapsed-fixed-padding;
            
            &.sharkskin-collapse-left {
                left: -(@screen-xs-min - 1 - (@collapsed-fixed-padding * 2));
                width: (@screen-xs-min - 1 - (@collapsed-fixed-padding * 2));
                bottom: 0;
                display: block;
                
                @media (max-width: (@screen-xs-min - 1)) {
                    left: -100%;
                    width: 100%;
                }
                
                // closed state
                .opacity(0);
                @transition-out: left ease .5s, opacity 0s linear .5s;
                .transition(@transition-out);
                
                &.sharkskin-collapse-active {
                    // opened state
                    left: 0;
                    .opacity(1);
                    @transition-in: left ease .5s, opacity 0s linear 0s;
                    .transition(@transition-in);
                }
            }
            &.sharkskin-collapse-top {
                left: 0;
                width: 100%;
                max-height: @collapsed-top-max-height;
            }
            // Wrappers to fix the Chreome issues
            .sharkskin-collapse-fwr {
                margin: -@collapsed-fixed-padding;
                position: relative;
                padding: @collapsed-fixed-padding;
                .perspective(@mobile-menu-perspective);
            }
            
        }
        // The class when the collapsed content is shown
        &.sharkskin-collapse-active {
            display: block;
        }
    }
    
    // No-scrooll to be attached to body when a fixed menu is displayed in order to prevent double scrolling
    .sharkskin-noscroll {
        overflow: hidden;
    }
    
    #sharkskin-header-main {
        height: @mobile-header-height !important;
        
        #sharkskin-header-main-container {
            position: fixed;
            z-index: @mobile-header-zindex;
            top: 0;
            left: 0;
            width: 100%;
            height: @mobile-header-height;
            background-color: @mobile-header-background;
            
            h2.mobile-logo {
                margin: 0;
                line-height: @mobile-header-height - 5;
                a {
                    color: @mobile-header-color;
                    font-weight: bold;
                    
                    img {
                        width: 150px;
                    }
                }
            }
            .sharkskin-header-mobile-toggle {
                padding: 0;
            }
            .sharkskin-collapse-toggle {
                color: @mobile-header-color;
                font-size: @mobile-header-btn-size;
                line-height: @mobile-header-height;
                padding: 0 @mobile-header-btn-padding;
            }
        }
    }
    
    .sharkskin-megamenu {
        font-size: @mobile-menu-font-size;
        line-height: @mobile-menu-item-height;
        margin-top: -@collapsed-fixed-padding;

        li {
            clear: both;

            &+li {
                border-top: @mobile-menu-border 1px solid;
            }

            &:hover,
            &:focus {
                background: @mobile-menu-hover-bck;
            }
            &.level0 {
                margin: 0 -@collapsed-fixed-padding;
            }

            .sharkskin-mobile-opener {
                position: absolute;
                left: 0;
                width: 100%;
                height: @mobile-menu-item-height;
                line-height: @mobile-menu-item-height;
                padding: 0 @collapsed-fixed-padding;
                text-align: right;
                font-size: @mobile-menu-icons-size;
                &,
                &:active,
                &.active {
                    &:focus {
                        outline: none;
                    }
                }
            }

            .sharkskin-mobile-closer {
                background: @mobile-menu-closer-bck;
                cursor: pointer;
                text-align: center;
                font-weight: bold;
                font-size: @mobile-menu-closer-fsize;
                &:before {
                    float: left;
                    content: @fa-var-chevron-left;
                    display: inline-block;
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    font-size: @mobile-menu-icons-size;
                    margin-left: @collapsed-fixed-padding + 5;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }
                &:active {
                    background: #ddd;
                }
            }

            .megamenu-label {
                margin-left: 10px;
                font-weight: normal;
            }
            a {
                padding: 0 @collapsed-fixed-padding;
                display: block;
                font-weight: bold;
                color: @mobile-menu-color;
                
                &:hover {
                    text-decoration: none;
                }
            }
        }
        
        // Children menu items are animated from right
        ul {
            position: absolute;
            z-index: @collapsed-fixed-zindex + 5;
            background: @collapsed-fixed-background;
            padding: 0;
            top: 0;            
            bottom: 0;
            .perspective(@mobile-menu-perspective);
            
            // closed state
            left: 100%;
            width: 0;
            .opacity(0);
            .rotateY(90deg);
            .transform-origin(100% 50%);
            @transition-out: .5s ease, left 0s linear .5s, width 0s linear .5s, opacity 0s linear .5s;
            .transition-transform(@transition-out);
            -webkit-backface-visibility: hidden;
            
            // opened state
            &.mobile-opened {
                left: 0;
                width: 100%;
                .opacity(1);
                .rotateY(0deg);
                @transition-in: .5s ease, left 0s linear 0s, width 0s linear 0s, opacity 0s linear 0s;
                .transition-transform(@transition-in);
            }
        }
    }
}
*/
/**
 * General styles for additinal items for the mobile menu
 */
/*
// These are the toggle buttons. Their functionallity is controlled via JS
.sharkskin-collapse-toggle {
    &.active {
        i.fa:before {
            content: "\f00d";
        }
    }
}

// Static block for the mobile menu (visible in collapsed only)
.sharkskin-mobile-static {
    margin: 0 -@collapsed-fixed-padding;
    padding: @collapsed-fixed-padding;
    background: @mobile-menu-sblock-bck;
}
*/
